Here is The Input component
import { Input } from '@/components/ui/input' export default function Input01() { return <Input placeholder="Shadcn" className="max-w-sm" /> }