https://github.com/turretcss/react
React components to use with turretcss
https://github.com/turretcss/react
react turretcss
Last synced: 8 months ago
JSON representation
React components to use with turretcss
- Host: GitHub
- URL: https://github.com/turretcss/react
- Owner: turretcss
- Created: 2018-07-04T01:00:58.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T17:29:54.000Z (over 3 years ago)
- Last Synced: 2025-04-16T13:06:24.988Z (about 1 year ago)
- Topics: react, turretcss
- Language: JavaScript
- Size: 2.84 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @turretcss/react
[](http://github.com/hughsk/stability-badges)
React components to use with [turretcss](https://turretcss.com/)
## Stability
This package is currently in development and is likely to evolve.
## Install from npm
```sh
npm install @turretcss/react
```
or
```sh
yarn add @turretcss/react
```
## Usage
```js
import { Button } from '@turretcss/react'
console.log('clicked!')} />
```
## Components
- Button
- ButtonLink
- ButtonGroup
- Checkbox
- CheckboxGroup
- Switch
- Radio
- RadioGroup
- RadioButtonGroup
- Select
## Options and Examples
Clone the repo and launch the storybook or look at the tests
```sh
git clone https://github.com/turretcss/react turretcss-react
cd turretcss-react
yarn && yarn storybook
```