@reflaunt-dev/ui-components
v1.1.13
Published
ui-components
Downloads
16
Keywords
Readme
Storybook Design System
Welcome to the Storybook Design System.
Tech Stack
- Typescript
- Tailwind CSS
- Storybook
- Rollup
- GitHub Actions
- Vercel for preview
Project Setup
- Run
npm install
to install dependencies. - Run
npm run storybook
for live preview.
Usage package for other projects
Run npm install @reflaunt-dev/ui-components
Additional info about setuping theme, just check storybook documentation
Just import specific component that you need import { Button } from '@reflaunt-dev/ui-components'
Contributing
- Always add typings for new component.
- Every component should have type -
React.FC<Props>
- Every component should have own story and documentation how to use it.
- Format your code using prettier, or just use command -
npm run format