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

PropTypeDefaultDescription
modelValueStringText value (v-model)
placeholderStringPlaceholder text

Events

EventDescription
update:modelValueEmitted on input

Related