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

Relationship Graph

Source Code

deprecated/www/registry/new-york/ui/select.tsx lines 55–66

>(({ className, ...props }, ref) => (
  <SelectPrimitive.ScrollDownButton
    ref={ref}
    className={cn(
      "flex cursor-default items-center justify-center py-1",
      className
    )}
    {...props}
  >
    <ChevronDown className="h-4 w-4" />
  </SelectPrimitive.ScrollDownButton>
))

Subdomains

Frequently Asked Questions

What does SelectScrollDownButton() do?
SelectScrollDownButton() is a function in the ui codebase, defined in deprecated/www/registry/new-york/ui/select.tsx.
Where is SelectScrollDownButton() defined?
SelectScrollDownButton() is defined in deprecated/www/registry/new-york/ui/select.tsx at line 55.

Analyze Your Own Codebase

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

Try Supermodel Free