Skip to main content

Installation

Preview

Usage

import { Select } from '@/components/ui/select'
Displays a list of options for the user to pick from.

Examples

Default

Usage notes

Wrap options in SelectGroup. Always include SelectValue in SelectTrigger.

Composition

Select, SelectTrigger, SelectContent, SelectItem