Function: SelectScrollUpButton()
@arolariu/components / SelectScrollUpButton
Function: SelectScrollUpButton()
SelectScrollUpButton(
props):ReactElement
Defined in: components/ui/select.tsx:194
Scrolls the select list upward 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 defaultChevronUpicon - Styling via CSS Modules with
--ac-*custom properties
Example
<SelectScrollUpButton />
See
// was this page useful?