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