switch
template
html
<bunt-switch id="switch-none" name="switch-none" label="turn me ooooon" v-model="switch" />
style
props
prop | type | required | default | description |
---|---|---|---|---|
name | string | true | native input name | |
label | string | false | floating label | |
placeholder | string | false | native placeholder text | |
value | boolean | false | false | value (or use v-model) |
disabled | boolean | false | false | disables input |
slots
slot | description |
---|
events
event | args | description |
---|---|---|
input | value | emitted on every keypress or input (or use v-model) |
style mixin parameters
has no mixin