npm install --save @aerian-studios/[email protected]
# or
yarn add @aerian-studios/[email protected]
TODO
TODO
There are generators to quickly output the files and boilerplate that you need to output a component:
yarn generate
# or npm
npm run generate
All components should have tests, a story, some local theming. Largely speaking the development and documentation of a component occurs in storybooks. This encourages thinking about the the component in isolation.
The repository contains storybooks for building and testing new components. There is also a simple main.tsx
to allow you to test adding classes.