pnpm dlx shadcn@latest add @saturation/inputimport { Input } from "@/components/ui/input"<Input type="email" placeholder="Email" />| Prop | Type | Default | Description |
|---|---|---|---|
type | string | "text" | The input type (text, email, password, etc.). |
placeholder | string | — | Placeholder text. |
Please enter a valid email address.