SentenceText
components/sentence/Text.vue
Pill-shaped text input with rounded border. Grows to fill available space with a minimum width.
components/sentence/Text.vue
Usage
<SentenceText
modelValue = "—"
placeholder = "—"
/>
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| modelValue | String | — | Text value (v-model) |
| placeholder | String | — | Placeholder text |
Events
| Event | Description |
|---|---|
| update:modelValue | Emitted on input |