SelectScrollUpButton() — ui Function Reference
Architecture documentation for the SelectScrollUpButton() function in select.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 11949fa5_ba56_7941_8df5_473e670e1c13["SelectScrollUpButton()"] f0dc3d5c_0244_187c_ec5b_95566c892317["select.tsx"] 11949fa5_ba56_7941_8df5_473e670e1c13 -->|defined in| f0dc3d5c_0244_187c_ec5b_95566c892317 style 11949fa5_ba56_7941_8df5_473e670e1c13 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/new-york-v4/ui/select.tsx lines 143–159
function SelectScrollUpButton({
className,
...props
}: React.ComponentProps<typeof SelectPrimitive.ScrollUpButton>) {
return (
<SelectPrimitive.ScrollUpButton
data-slot="select-scroll-up-button"
className={cn(
"flex cursor-default items-center justify-center py-1",
className
)}
{...props}
>
<ChevronUpIcon className="size-4" />
</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/registry/new-york-v4/ui/select.tsx.
Where is SelectScrollUpButton() defined?
SelectScrollUpButton() is defined in apps/v4/registry/new-york-v4/ui/select.tsx at line 143.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free