SentenceSelect
components/sentence/Select.vue
Pill-shaped native select dropdown with rounded border, custom arrow, and v-model support.
components/sentence/Select.vue
Usage
<SentenceSelect
:modelValue = "—"
>
Content here
</SentenceSelect>
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| modelValue | String | Number | — | Selected value (v-model) |
Events
| Event | Description |
|---|---|
| update:modelValue | Emitted on selection change |
Slots
| Slot | Description |
|---|---|
| default | <option> elements for the select |