An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# @turretcss/react

[![unstable](http://hughsk.github.io/stability-badges/dist/unstable.svg)](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
```