Welcome
VSwitchSegment
Vuero provides nicely styled switch segment when you need to display such control in your forms. Vuero VSwitchSegment
component have several color modififers. Available modifiers are primary
, success
, info
, warning
and danger
. Please refer to the markup for more details about usage.
Label
You might have to add a label to your switches in some cases. If so, use the VSwitchSegment
component, which provides labelTrue
and labelFalse
attributes. See the code example for more details about usage.
VSwitchSegment Props
Here is the full props available for <VSwitchSegment />
component:
Props | Default | Type |
---|---|---|
labelTrue | undefined | string |
labelFalse | undefined | string |
modelValue | false | boolean |
color | undefined | primary , info , success , warning , danger |