Command Palette
Search for a command to run...
Input
Shadcn ui: Input
Search for a command to run...
Shadcn ui: Input
import { Input } from "@/components/ui/input" export function InputDemo() { return <Input type="email" placeholder="Email" /> } export default function App() { return <InputDemo />; }