Skip to content

Select

const Select: <Value, Multiple>(props) => Element = SelectPrimitive.Root

Defined in: packages/react/src/components/ui/select.tsx:7

Groups all parts of the select. Doesn’t render its own HTML element.

Documentation: Base UI Select

Value

Multiple extends boolean | undefined = false

Props<Value, Multiple>

Element