Dropdown

A select menu for choosing one option from a list

Opens a styled dropdown panel with keyboard navigation and a check mark on the selected item. Use this instead of a native select when you need consistent styling across browsers.

Default

Compact

Grouped options

Typeface preview

States

This sets the primary colour

Please select an option

tsx
// From the npm package
import { Dropdown } from 'rift-ds/components/Dropdown/Dropdown';

// Or as source you own, via the shadcn CLI
npx shadcn@latest add https://rift-ds.com/r/dropdown.json