Skip to content

Input

Text input component.

Usage

vue
<Input v-model="value" type="text" placeholder="Enter text..." />
<Input type="email" disabled />

Features

  • Standard text input styling
  • Consistent with design system
  • Supports all native input types
  • Disabled state

Source

app/components/ui/input/Input.vue

Built with VitePress