0.1.6 • Published 4 years ago
@fvillard/reactselect v0.1.6
ReactButton
Usage
Import
import Button from '@fvillard/reactbutton'Declaration
<Button
/>Default props
| Props | Description | Default value |
|---|---|---|
| label | string text into button | "" |
| style | object Style apply to main div | "" |
| disabled | boolean disible button | false |
| onClick | function trigger when clicked | function(){} |