Skip to content

Select

Selects let users choose one value from a menu.

Filled cityexpand_morePlease select one city
Outlined cityexpand_morePlease select one city

Import

js
import { MdFilledSelect, MdOutlinedSelect, MdSelectOption } from 'vue-material-3';

Usage

vue
<MdOutlinedSelect v-model="city" label="City">
  <MdSelectOption value="istanbul">Istanbul</MdSelectOption>
  <MdSelectOption value="ankara">Ankara</MdSelectOption>
</MdOutlinedSelect>

Storybook

Use Storybook for select variants.