Styleguide
Install
Configure your tailwind
- Using tailwind with CSS vars
// entry point application; setCssVarscolors, root;
Development
To develop/test our components, we use Storybook.
For quick proof of concept, we use the example/
yarn && yarn storybook# Open in other terminal to watch CSS changes yarn css:dev
Tests
List of components
Without Category
Form Components
- Checkbox Group
- Checkbox
- Date Picker
- File Upload
- Form
- Input
- RadioBox
- Search Select
- Select
- Slider
- Switch
- Textarea