0.7.7 • Published 5 years ago
@chasemccoy/kit v0.7.7
@chasemccoy/kit
Installation
Install the kit and its peer dependencies (if necessary) in your project:
yarn add @chasemccoy/kit react styled-componentsMake 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