@robinstraub/react-components
v1.2.0
Published
## Styling
Downloads
5
Readme
React Component Library
Styling
pulled from Catalyst.
Code Organization
Guidelines
- avoid nesting => all components at the same level
- module approach => directory with sub files
- atomic => component is the most specific possible (e.g. dialog sub components)
- SOC => 1 module = 1 component
TODOs
- improve this readme 🙈
- migrate storybook to 8.0 once released (will fix dep vite warning on install)