Use Bootstrap’s custom button styles for actions in forms,
dialogs, and more with support for multiple sizes, states, and
more.
Alternative
Flush
Remove all borders and shadows so you can use it inside other
elements:
Muted
File browser
Sizing
Textarea
Alternative
Checkboxes
Sliders
Slot |
Description |
label |
Input label |
prepend |
Addon left slot (before input text) |
append |
Addon right slot (after input text) |
default |
Default content (replacing default input component) |
error |
Error slot (displayed below input) |
Name |
Description |
Params |
input |
triggers when the binding value changes (default for
v-model)
|
the updated value |
focus |
triggers when input is focused |
(evt) browser event |
blur |
triggers when input is blurred |
(evt) browser event |
Base Checkbox props
Base checkbox slots
Slot |
Description |
default |
Default content (text to the right of the icon) |
Base checkbox events
Name |
Description |
Params |
input |
triggers when the binding value changes (default for
v-model)
|
the updated value |
Base Radio props
Base radio slots
Slot |
Description |
default |
Default content (text to the right of the icon) |
Base radio events
Name |
Description |
Params |
input |
triggers when the binding value changes (default for
v-model)
|
the updated value |
Slider plugin props
Base radio events
Name |
Description |
Params |
input |
triggers when the binding value changes (default for
v-model)
|
the updated value |