Components
Loading preview...
Here is The Input component
@felipemenezes098
npx shadcn@latest add https://21st.dev/r/felipemenezes098/the-inputimport { Input } from '@/components/ui/input'
export default function Input03() {
return <Input placeholder="Shadcn" className="max-w-sm" disabled />
}