Function: SelectScrollDownButton()
@arolariu/components / SelectScrollDownButton
Function: SelectScrollDownButton()
SelectScrollDownButton(
props):ReactElement
Defined in: components/ui/select.tsx:228
Scrolls the select list downward when the popup overflows its viewport.
Parameters
props
Readonly<Props>
Returns
ReactElement
Remarks
- Renders a
<div>element by default - Built on Base UI Select
- Supports the
renderprop for element composition - Pass
childrento override the defaultChevronDownicon - Styling via CSS Modules with
--ac-*custom properties
Example
<SelectScrollDownButton />
See
// was this page useful?