Collection of ui components
In the ui-kit folder:
yarn link
In your project folder:
yarn link @protocol-one/ui-kit
Get components as:
import { Button, SwitchBox } from '@protocol-one/ui-kit';
yarn lint
- Correct the readme.md
- Move css variables to gui.scss and universalize
- Clean extra styles
- Add tab-indexing feature for Select component