Input
A native input element that automatically works with Field.
Installation
pnpm dlx shadcn@latest add @lumi-ui/input
Basic Usage
import { Input } from "@/components/ui/input"<Input />Variants
Size
Appearance
Disabled
Error
File
With Button
Recipes
Warning
Form controls must have an accessible name: The input must have a meaningful label. Prefer using <Field> to provide a visible text label and description, or use the aria-label attribute as an alternative. See example below.