Factory for Good

Select

Displays a list of options for the user to pick from—triggered by a button.

Installation

pnpm dlx shadcn@latest add select

Usage

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.

On this page