Displays a form input field or a component that looks like an input field.
npx shadcn@latest add input
import { Input } from "@/components/ui/input"
<Input />
On This Page