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