Input
View on shadcn/uiA text input component for forms and user data entry with built-in styling and accessibility features.
Installation
pnpm dlx shadcn@latest add https://dev.designsystem.wfp.org/r/input.jsonUsage
import { Input } from "@/components/ui/input";<Input type="email" placeholder="Email" />Examples
File
File input with support for single and multiple files.
Disabled
Disabled state for inputs.
Label
Inputs paired with labels for better accessibility.