Home / Function/ SelectScrollDownButton() — ui Function Reference

SelectScrollDownButton() — ui Function Reference

Architecture documentation for the SelectScrollDownButton() function in select.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  cb31043e_3382_8d14_5675_7283f756fa70["SelectScrollDownButton()"]
  431bf12d_909c_68a1_6570_791d19dd115a["select.tsx"]
  cb31043e_3382_8d14_5675_7283f756fa70 -->|defined in| 431bf12d_909c_68a1_6570_791d19dd115a
  style cb31043e_3382_8d14_5675_7283f756fa70 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/examples/radix/ui/select.tsx lines 165–181

function SelectScrollDownButton({
  className,
  ...props
}: React.ComponentProps<typeof SelectPrimitive.ScrollDownButton>) {
  return (
    <SelectPrimitive.ScrollDownButton
      data-slot="select-scroll-down-button"
      className={cn(
        "bg-popover z-10 flex cursor-default items-center justify-center py-1 [&_svg:not([class*='size-'])]:size-4",
        className
      )}
      {...props}
    >
      <ChevronDownIcon />
    </SelectPrimitive.ScrollDownButton>
  )
}

Subdomains

Frequently Asked Questions

What does SelectScrollDownButton() do?
SelectScrollDownButton() is a function in the ui codebase, defined in apps/v4/examples/radix/ui/select.tsx.
Where is SelectScrollDownButton() defined?
SelectScrollDownButton() is defined in apps/v4/examples/radix/ui/select.tsx at line 165.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free