@protocol-one/ui-kit
v1.25.4
Published
Collection of ui components
Readme
ui-kit
Collection of ui components
Development
Link ui-kit for development
In the ui-kit folder:
yarn linkIn your project folder:
yarn link @protocol-one/ui-kitUsage
Get components as:
import { Button, SwitchBox } from '@protocol-one/ui-kit';Lints and fixes files
yarn lintTODO
- Correct the readme.md
- Move css variables to gui.scss and universalize
- Clean extra styles
- Add tab-indexing feature for Select component
