Skip to main content

Function: SelectLabel()

@arolariu/components


@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 render prop for element composition
  • Styling via CSS Modules with --ac-* custom properties

Example

<SelectLabel>Team</SelectLabel>

See

Base UI Documentation

// was this page useful?