Input
Displays a form input field or a component that looks like an input field.
Installation
pnpm dlx shadcn@latest add https://8bit.cnlibs.com/r/input.jsonUsage
import { Input } from "@/components/ui/input";<Input className="w-full max-w-sm" placeholder="Email" type="email" />Disabled
Set disabled to prevent interaction with the input.