Toggle Sidebar B
Light / Dark Mode DLog in Sign up

Select

Single-value dropdown built on reka-ui. For pickers that need search across many options, use Combobox instead.

Default

Trigger, value placeholder, then SelectItem rows inside Content.

With groups

Group options with SelectGroup and SelectLabel. Labels are visual separators, not selectable.

Disabled

The disabled attribute on the Select root disables the trigger.

API Reference

Props, events, and slots for each sub-component.

Select

Props

PropTypeDefaultDescription
modelValuestringSelected value. Supports v-model.
defaultValuestringStarting value when v-model is not used.
disabledbooleanfalseDisable the entire select.

SelectTrigger / SelectContent

Props

PropTypeDefaultDescription
classstringUse class to set trigger width (e.g. w-[220px]).