Skip to content

Segmented Buttons

There are two types of segmented buttons: single-select and multi-select.

Single select

Single-select segmented buttons are used to select a single option, switch between views or sort elements.

Currently selected: day

Multi select

Multi-select segmented buttons are used to select multiple options from a group of options or filter elements. Automatically enabled if you provide an Array to v-model

Currently selected: [ "cheep", "expensive" ]

Not really.