Display a dropdown list of items.
import { Select } from "@/components/ui/select-1"; export default function DisabledDemo() { return <Select label="My label" placeholder="With label" />; }
Part of Geist — browse the full library on 21st.dev.