BreadcrumbEllipsis() — ui Function Reference
Architecture documentation for the BreadcrumbEllipsis() function in breadcrumb.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 4aaefcc8_ee76_2b50_e92a_819c2d70915d["BreadcrumbEllipsis()"] 319798fa_0878_f3cc_f0d8_e577593c0b3d["breadcrumb.tsx"] 4aaefcc8_ee76_2b50_e92a_819c2d70915d -->|defined in| 319798fa_0878_f3cc_f0d8_e577593c0b3d style 4aaefcc8_ee76_2b50_e92a_819c2d70915d fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/examples/base/ui-rtl/breadcrumb.tsx lines 92–111
function BreadcrumbEllipsis({
className,
...props
}: React.ComponentProps<"span">) {
return (
<span
data-slot="breadcrumb-ellipsis"
role="presentation"
aria-hidden="true"
className={cn(
"flex size-5 items-center justify-center [&>svg]:size-4",
className
)}
{...props}
>
<MoreHorizontalIcon />
<span className="sr-only">More</span>
</span>
)
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does BreadcrumbEllipsis() do?
BreadcrumbEllipsis() is a function in the ui codebase, defined in apps/v4/examples/base/ui-rtl/breadcrumb.tsx.
Where is BreadcrumbEllipsis() defined?
BreadcrumbEllipsis() is defined in apps/v4/examples/base/ui-rtl/breadcrumb.tsx at line 92.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free