npm:
$ npm install react-switch-input
yarn:
$ yarn add react-switch-input
import { Switch } from 'react-switch-input';
Props | Type | Description | Value default |
---|---|---|---|
name | string | To identify each switch | "switch" |
labelLeft | string | Text to left of switch | [empty] |
labelRight | string | Text to right of switch | [empty] |
disabled | bool | To enable/disable | false |
checked | bool | Turn on/off | false |
theme | string | To define the theme | "one" |
onChange | function | To handle the value (checked) | [empty] |
https://erikaperugachi.github.io/react-switch-input
MIT Free Software