Function: SelectSeparator()
@arolariu/components / SelectSeparator
Function: SelectSeparator()
SelectSeparator(
props):ReactElement
Defined in: components/ui/select.tsx:381
Separates groups 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
<SelectSeparator />
See
// was this page useful?