Variable: SelectContent
@arolariu/components / SelectContent
Variable: SelectContent
constSelectContent:ForwardRefExoticComponent<Omit<SelectContentProps,"ref"> &RefAttributes<HTMLDivElement>>
Defined in: components/ui/select.tsx:263
Portals and positions the select popup with scroll affordances.
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
<SelectContent>
<SelectItem value="one">One</SelectItem>
</SelectContent>
See
// was this page useful?