Skip to main content

Function: SelectScrollDownButton()

@arolariu/components


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

Example

<SelectScrollDownButton />

See

Base UI Documentation

// was this page useful?