BreadcrumbEllipsis() — ui Function Reference
Architecture documentation for the BreadcrumbEllipsis() function in breadcrumb.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD a2afde21_e68c_96c3_6e4b_8d75282b9bd8["BreadcrumbEllipsis()"] 38824dce_c8d2_3374_f5d0_47162b890818["breadcrumb.tsx"] a2afde21_e68c_96c3_6e4b_8d75282b9bd8 -->|defined in| 38824dce_c8d2_3374_f5d0_47162b890818 style a2afde21_e68c_96c3_6e4b_8d75282b9bd8 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/bases/radix/ui/breadcrumb.tsx lines 99–124
function BreadcrumbEllipsis({
className,
...props
}: React.ComponentProps<"span">) {
return (
<span
data-slot="breadcrumb-ellipsis"
role="presentation"
aria-hidden="true"
className={cn(
"cn-breadcrumb-ellipsis flex items-center justify-center",
className
)}
{...props}
>
<IconPlaceholder
lucide="MoreHorizontalIcon"
tabler="IconDots"
hugeicons="MoreHorizontalCircle01Icon"
phosphor="DotsThreeIcon"
remixicon="RiMoreLine"
/>
<span className="sr-only">More</span>
</span>
)
}
Domain
Subdomains
Source
Frequently Asked Questions
What does BreadcrumbEllipsis() do?
BreadcrumbEllipsis() is a function in the ui codebase, defined in apps/v4/registry/bases/radix/ui/breadcrumb.tsx.
Where is BreadcrumbEllipsis() defined?
BreadcrumbEllipsis() is defined in apps/v4/registry/bases/radix/ui/breadcrumb.tsx at line 99.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free