Select
Displays a dropdown list of options for the user to pick from.
Usage
tsx
import { Select } from "@/components/ui/select";
<Select size="default" disabled={false}>...</Select>Select Controls
size
disabled
Examples
Basic Select
Grouped Options
Installation
Install
$ pnpm dlx shadcn@latest add @perimeter/select