SelectScrollUpButton() — ui Function Reference
Architecture documentation for the SelectScrollUpButton() function in select.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD fd329462_cd58_6b4d_99d3_66bddc4bc578["SelectScrollUpButton()"] 431bf12d_909c_68a1_6570_791d19dd115a["select.tsx"] fd329462_cd58_6b4d_99d3_66bddc4bc578 -->|defined in| 431bf12d_909c_68a1_6570_791d19dd115a style fd329462_cd58_6b4d_99d3_66bddc4bc578 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/examples/radix/ui/select.tsx lines 147–163
function SelectScrollUpButton({
className,
...props
}: React.ComponentProps<typeof SelectPrimitive.ScrollUpButton>) {
return (
<SelectPrimitive.ScrollUpButton
data-slot="select-scroll-up-button"
className={cn(
"bg-popover z-10 flex cursor-default items-center justify-center py-1 [&_svg:not([class*='size-'])]:size-4",
className
)}
{...props}
>
<ChevronUpIcon />
</SelectPrimitive.ScrollUpButton>
)
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does SelectScrollUpButton() do?
SelectScrollUpButton() is a function in the ui codebase, defined in apps/v4/examples/radix/ui/select.tsx.
Where is SelectScrollUpButton() defined?
SelectScrollUpButton() is defined in apps/v4/examples/radix/ui/select.tsx at line 147.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free