@chasemccoy/kit
v0.7.7
Published
React component library and development kit.
Downloads
42
Readme
@chasemccoy/kit
Installation
Install the kit and its peer dependencies (if necessary) in your project:
yarn add @chasemccoy/kit react styled-components
Make sure you have a ThemeProvider
in your tree that's providing a theme object like styled-system
expects.
Local Development
- Clone this repo:
git clone https://github.com/chasemccoy/kit
- Install dependencies:
yarn
- Run the dev server:
yarn start
Storybook
You can run Storybook locally to build/test/document components:
yarn storybook