0.1.3 • Published 4 years ago
@fvillard/react-select v0.1.3
ReactButton
Usage
Import
import Button from '@fvillard/reactbutton'Declaration
<Button
	
/>Default props
| Props | Description | Default value | 
|---|---|---|
| label | stringtext into button | "" | 
| style | objectStyle apply to main div | "" | 
| disabled | booleandisible button | false | 
| onClick | functiontrigger when clicked | function(){} |