React components to use with turretcss
This package is currently in development and is likely to evolve.
npm install @turretcss/react
or
yarn add @turretcss/react
import { Button } from '@turretcss/react'
<Button label="Click me" onClick={() => console.log('clicked!')} />
- Button
- ButtonLink
- ButtonGroup
- Checkbox
- CheckboxGroup
- Switch
- Radio
- RadioGroup
- RadioButtonGroup
- Select
Clone the repo and launch the storybook or look at the tests
git clone https://github.com/turretcss/react turretcss-react
cd turretcss-react
yarn && yarn storybook