Components
npx shadcn@latest add https://21st.dev/r/shugar/inputLoading preview...
import { Input } from "@/components/ui/input";
export default function ErrorDemo() {
return <Input aria-labelledby="Demo input" label="Label" placeholder="Label" />;
}
Loading preview...
Loading preview...
Loading preview...
Loading preview...