@fvillard/reactprogress
v0.1.0
Published
React component for progress bar
Downloads
2
Readme
ReactSwitch
Usage
Import
import Switch from '@fvillard/reactswitch'
Declaration
<Switch
/>
Default props
|Props |Description |Default value |
|----------------|-------------------------------------------------------|-----------------------------|
|id* |string
id used for callback value | |
|disabled |boolean
disible button |false |
|onChange |function
trigger when clicked |function(id, value, error) |