Button

The only true button.

Props

Prop nameDescriptionTypeValuesDefault
colorThe color for the button.string-'#333'
sizeThe size of the buttonstringsmall, normal, large'normal'
optionsArray of options
@see https://vue-select.org/api/props.html#options
Array<string | number | { [key: string | number]: any }>-[]
onClickGets called when the user clicks on the button
@ignore true
func-event => {
console.log('You have clicked me!', event.target)
}

Slots

NameDescriptionBindings
defaultContent of button