Text input

Installation

npx @v-moravec/ui add textinput
Code will be added to ~/components/ui/textinput/. You can further customize it there.

Props

NameType
modelValue
string | number | null | undefined
type
InputTypeHTMLAttribute | undefined
placeholder
string | undefined