0.1.6 • Published 3 years ago

@fvillard/reactselect v0.1.6

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

ReactButton

Usage

Import

import Button from '@fvillard/reactbutton'

Declaration

<Button
	
/>

Default props

PropsDescriptionDefault value
labelstring text into button""
styleobject Style apply to main div""
disabledboolean disible buttonfalse
onClickfunction trigger when clickedfunction(){}

onClick(event)