Select

A dropdown picker with glass popover and keyboard navigation.

Install

npx shadcn add @clearly/select

Preview

Live Select component — see usage below.

Usage

import { Select } from "@/components/ui/select"

<Select />

Every Clearly component also accepts glass (subtle·medium·strong), specular and className.

Props

PropTypeDefaultDescription
valuestringSelected value (controlled).
defaultValuestringInitial selected value.
onValueChange(value: string) => voidSelection callback.
disabledbooleanfalseDisable the control.