Select

Installation

npx @v-moravec/ui add select
Code will be added to ~/components/ui/select/. You can further customize it there.

Props

NameType
options
{ label: string; value: any; }[]
modelValue
{ label: string; value: any; } | undefined
buttonClass
string | undefined
optionsClass
string | undefined
optionClass
string | undefined