0.3.2 • Published 4 years ago

zds-react-desktop3 v0.3.2

Weekly downloads
-
License
MIT
Repository
bitbucket
Last release
4 years ago

Zebra Badger. A React component library.

Get Started

$ git clone git@gitlab.athlonsofia.com:zebra/badger-components-react.git
$ cd badger-components-react
$ yarn

Dependencies

Development

You can easily develop and interact with your components by using Styleguidist. To run the local server, simply run:

$ yarn styleguidist

Navigate to http://localhost:6060 to view your styleguidist. They should automatically update as you develop.

Styleguidist will pick up any Readme from the README.md file in a component folder.

Using

This library is build with theme in mind. You have to put theme provider to use this library

';

<StripesTheme>
  <App />
</StripesTheme>;