Function: SelectLabel()
@arolariu/components / SelectLabel
Function: SelectLabel()
SelectLabel(
props):ReactElement
Defined in: components/ui/select.tsx:310
Labels a logical group of options inside the select popup.
Parameters
props
Readonly<Props>
Returns
ReactElement
Remarks
- Renders a
<div>element by default - Built on Base UI Select
- Supports the
renderprop for element composition - Styling via CSS Modules with
--ac-*custom properties
Example
<SelectLabel>Team</SelectLabel>
See
// was this page useful?