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
  53174f24_052e_d770_f6b9_a05865895d89["SelectScrollDownButton()"]
  f87dabbd_57de_f8ac_909d_000ae01d6e96["select.tsx"]
  53174f24_052e_d770_f6b9_a05865895d89 -->|defined in| f87dabbd_57de_f8ac_909d_000ae01d6e96
  style 53174f24_052e_d770_f6b9_a05865895d89 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/examples/radix/ui-rtl/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-rtl/select.tsx.
Where is SelectScrollDownButton() defined?
SelectScrollDownButton() is defined in apps/v4/examples/radix/ui-rtl/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