1.0.1 • Published 7 years ago
hv-button v1.0.1
Button
Button component
Props
Prop | Type | Default | Required | Description | |
---|---|---|---|---|---|
content | node | Yes | DOM nodes inside the button | ||
mode | string | 'default' | No | visual mode (default | disabled...) |
style | object | No | custom css style | ||
onClick | func | function () {} | No | Gets called when the user clicks on the button | |
disabled | false | No |