zooid-switch
v2.0.2
Published
Switch
Downloads
3
Readme
zooid-switch
A React component to render Zooid like switches/toggles.
Install
npm install --save zooid-switch
Props
| Prop | Type | Default | Description | | ----------| -------| --------| -------------------------------------| | alignLabel| string | left | Sets align property for the switch label. Options: left, right | | className | string | | Additional css classes for your switch| | disabled | bool | false | Makes the switch un-switchable | | label | string | | Label for the switch | | onChange | func | | Custom callback function to be fired each time the switch is fired | | on | bool | false | The current state of the switch |
Example
<Switch label="Switch Me On" />