Skip to main content

Function: SelectScrollUpButton()

@arolariu/components


@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 render prop for element composition
  • Pass children to override the default ChevronUp icon
  • Styling via CSS Modules with --ac-* custom properties

Example

<SelectScrollUpButton />

See

Base UI Documentation

// was this page useful?