Button
The only true button.
Props
Prop name | Description | Type | Values | Default |
---|---|---|---|---|
color | The color for the button. | string | - | '#333' |
size | The size of the button | string | small , normal , large | 'normal' |
options | Array of options@see https://vue-select.org/api/props.html#options | Array<string | number | { [key: string | number]: any }> | - | [] |
onClick | Gets called when the user clicks on the button@ignore true | func | - | event => { console.log('You have clicked me!', event.target) } |
Slots
Name | Description | Bindings |
---|---|---|
default | Content of button |