react-switch-input
v1.1.0
Published
Switch input
Downloads
970
Maintainers
Readme
Installation
npm:
$ npm install react-switch-input
yarn:
$ yarn add react-switch-input
Import
import { Switch } from 'react-switch-input';
Properties
| 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] |
Demo
https://erikaperugachi.github.io/react-switch-input
License
MIT Free Software