Retrieve text input from a user.
import { Input } from "@/components/ui/input"; export default function ErrorDemo() { return <Input aria-labelledby="Demo input" label="Label" placeholder="Label" />; }
Part of Geist — browse the full library on 21st.dev.