SelectScrollUpButton() — ui Function Reference
Architecture documentation for the SelectScrollUpButton() function in select.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 70c3a8af_4779_935b_9f49_73e34697793b["SelectScrollUpButton()"] b4484ec7_e55b_a4ae_7732_95a0a3c39e01["select.tsx"] 70c3a8af_4779_935b_9f49_73e34697793b -->|defined in| b4484ec7_e55b_a4ae_7732_95a0a3c39e01 style 70c3a8af_4779_935b_9f49_73e34697793b fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/examples/base/ui-rtl/select.tsx lines 154–170
function SelectScrollUpButton({
className,
...props
}: React.ComponentProps<typeof SelectPrimitive.ScrollUpArrow>) {
return (
<SelectPrimitive.ScrollUpArrow
data-slot="select-scroll-up-button"
className={cn(
"bg-popover top-0 z-10 flex w-full cursor-default items-center justify-center py-1 [&_svg:not([class*='size-'])]:size-4",
className
)}
{...props}
>
<ChevronUpIcon />
</SelectPrimitive.ScrollUpArrow>
)
}
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/base/ui-rtl/select.tsx.
Where is SelectScrollUpButton() defined?
SelectScrollUpButton() is defined in apps/v4/examples/base/ui-rtl/select.tsx at line 154.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free