Function: SelectItem()
@arolariu/components / SelectItem
Function: SelectItem()
SelectItem(
props):ReactElement
Defined in: components/ui/select.tsx:343
Renders a selectable option row within 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
<SelectItem value="one">One</SelectItem>
See
// was this page useful?