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 | string text into button | "" |
| style | object Style apply to main div | "" |
| disabled | boolean disible button | false |
| onClick | function trigger when clicked | function(){} |