1.0.0 • Published 5 years ago

tsdev-react-toggle-switch v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

tsdev-react-toggle-switch

Installation

npm install tsdev-react-toggle-switch

Properties

nametypedefaultrequired
disabledboolfalseno
handleOnTogglefuncnoopno
idstring'tsdev-toggle-switch-{uuid}'no
labelOffbooltrueno
labelOnbooltrueno
labelMaxWidthnumber130no
onboolfalseno
showIconsboolfalseno
showLabelsbooltrueno
subClassstring''no
widthnumber50no

Static Storybook

  • open with browser '/storybook-static/index.html'

Examples

  • open with browser '/dist/examples/index.html'

    Styles

  • '/dist/styles.css'

Functions

handleOnToggle(event, status) => {
	console.log(event);
	console.log(status)
}