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