1.0.0 • Published 3 years ago

react-business v1.0.0

Weekly downloads
7
License
ISC
Repository
-
Last release
3 years ago

#React Business

React Business UI Components Library.

Install the package

$ yarn add react-business

Wrap app with the ThemeProvider and theme

 import { ThemeProvider, theme } from 'react-business';

Import components

 import { Text } from 'react-business';

Develop

To install react-business locally run

$ yarn install

To start

$ yarn styleguide

To test

$ yarn test

Test will run through all jest tests and watch for any changes on snapshots.

To run lint

$ yarn lint

To publish

$ npm publish

Build

To create a production build

$ yarn build

To create a production build of the static library

$ yarn styleguide:build

Deployment

Using CircleCI