Socket
Book a DemoInstallSign in
Socket

@turretcss/react

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turretcss/react

[![unstable](http://hughsk.github.io/stability-badges/dist/unstable.svg)](http://github.com/hughsk/stability-badges)

latest
Source
npmnpm
Version
0.1.2
Version published
Maintainers
2
Created
Source

@turretcss/react

unstable

React components to use with turretcss

Stability

This package is currently in development and is likely to evolve.

Install from npm

npm install @turretcss/react

or

yarn add @turretcss/react

Usage

import { Button } from '@turretcss/react'

<Button label="Click me" onClick={() => 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

git clone https://github.com/turretcss/react turretcss-react
cd turretcss-react
yarn && yarn storybook

FAQs

Package last updated on 10 Oct 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts