SelectScrollUpButton() — ui Function Reference
Architecture documentation for the SelectScrollUpButton() function in select.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 2a047bdc_0cd5_f785_e595_9fb41729bb05["SelectScrollUpButton()"] 8ec2ba55_c5b8_dd05_8c62_e29326f13c29["select.tsx"] 2a047bdc_0cd5_f785_e595_9fb41729bb05 -->|defined in| 8ec2ba55_c5b8_dd05_8c62_e29326f13c29 style 2a047bdc_0cd5_f785_e595_9fb41729bb05 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/bases/base/ui/select.tsx lines 167–186
function SelectScrollUpButton({
className,
...props
}: React.ComponentProps<typeof SelectPrimitive.ScrollUpArrow>) {
return (
<SelectPrimitive.ScrollUpArrow
data-slot="select-scroll-up-button"
className={cn("cn-select-scroll-up-button top-0 w-full", className)}
{...props}
>
<IconPlaceholder
lucide="ChevronUpIcon"
tabler="IconChevronUp"
hugeicons="ArrowUp01Icon"
phosphor="CaretUpIcon"
remixicon="RiArrowUpSLine"
/>
</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/registry/bases/base/ui/select.tsx.
Where is SelectScrollUpButton() defined?
SelectScrollUpButton() is defined in apps/v4/registry/bases/base/ui/select.tsx at line 167.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free