UxSelect
components/ux/Select.vue
Bordered native <select> form control with theme-aware caret and v-model support.
Selected: ""
Scenarios
components/ux/Select.vue
Usage
<UxSelect
:modelValue = "—"
>
Content here
</UxSelect>
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| modelValue | String | Number | — | Selected value (v-model) |
Events
| Event | Description |
|---|---|
| update:modelValue | When selection changes |
Slots
| Slot | Description |
|---|---|
| default | The <option> elements |