BreadcrumbEllipsis() — ui Function Reference
Architecture documentation for the BreadcrumbEllipsis() function in breadcrumb.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD ac2ce5f0_f472_4ce0_10d1_e5cd4b02901a["BreadcrumbEllipsis()"] 369ab10f_2a58_4f5b_5052_9817434cf362["breadcrumb.tsx"] ac2ce5f0_f472_4ce0_10d1_e5cd4b02901a -->|defined in| 369ab10f_2a58_4f5b_5052_9817434cf362 style ac2ce5f0_f472_4ce0_10d1_e5cd4b02901a fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/bases/base/ui/breadcrumb.tsx lines 102–127
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/base/ui/breadcrumb.tsx.
Where is BreadcrumbEllipsis() defined?
BreadcrumbEllipsis() is defined in apps/v4/registry/bases/base/ui/breadcrumb.tsx at line 102.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free