Skip to content
On this page

<TuiInput>

Creates interactive input box.

template
<Input label="message: " v-model="msg" :disabled="disabled" />

Aliases

<TuiInput> can be also referenced as:

  • <Input>

Released under the MIT License