Components•Select
Components•Select
Select
A compact option picker for short lists where search is unnecessary.
Dependencies
Copy below cli
npx shadcn add @bjork-ui/primitive-selectHow to use
import { BjorkSelect } from "@/components/isaiahbjork/primitives";Props
classNamestringPass through styling hooks for the Select primitive without replacing the base Bjork surface.
childrenReactNodeComposable content, labels, icons, and nested content where the primitive supports them.
valuestringStores the selected menu item and updates through onValueChange.
Cadence select
Use for compact option sets where search is unnecessary.
<BjorkSelect />