Input
A text input field.
Installation
bash
npx shadcn@latest add inputImport
import { Input } from "@/components/ui/input"Default
Disabled
With Label
With Button
Props
PROPTYPEDEFAULTDESCRIPTION
typestring"text"Input type (text, email, password, file, etc.)placeholderstring—Placeholder textdisabledbooleanfalseDisables the inputvaluestring—Controlled valueonChange(e: ChangeEvent) => void—Change handler