1.1.0 • Published 6 years ago
react-switch-input v1.1.0
Installation
npm:
$ npm install react-switch-inputyarn:
$ yarn add react-switch-inputImport
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