citizen-components
v1.0.52
Published
Components custom built for citizen web development
Downloads
360
Readme
THIS IS A PUBLIC REPO
To run this project, run yarn to install dependencies and then run yarn storybook to see all of the components and their associated stories.
When creating a new component, create a directory for the component under src/components/. You can create a {component_name}.stories.tsx file to make developnent easier.
When a new component is created, export it through src/index.ts as the other components are.
This repo is setup to automatically publishe a new version of the package to npm on merge to master
