0.1.5 • Published 3 years ago

@fvillard/reactswitch v0.1.5

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

ReactSwitch

Usage

Import

import Switch from '@fvillard/reactswitch'

Declaration

<Switch
	
/>

Default props

PropsDescriptionDefault valueclassName
id*string id used for callback value
classNamestring Additional className for main div
valueClassNamestring Additional className for value
valuestringfalse
disabledboolean disible buttonfalse
onChangefunction trigger when clickedfunction(id, value, error)