Select
Displays a list of options for the user to pick from—triggered by a button.
Installation
pnpm dlx shadcn@latest add selectUsage
import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from "@/components/ui/select";Displays a list of options for the user to pick from—triggered by a button.