BreadcrumbEllipsis() — ui Function Reference
Architecture documentation for the BreadcrumbEllipsis() function in breadcrumb.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 5bb65ccc_d313_75fd_defb_ce710ab10985["BreadcrumbEllipsis()"] eb973196_35e5_da32_46e8_ae57f0b36d30["breadcrumb.tsx"] 5bb65ccc_d313_75fd_defb_ce710ab10985 -->|defined in| eb973196_35e5_da32_46e8_ae57f0b36d30 style 5bb65ccc_d313_75fd_defb_ce710ab10985 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/examples/base/ui/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/breadcrumb.tsx.
Where is BreadcrumbEllipsis() defined?
BreadcrumbEllipsis() is defined in apps/v4/examples/base/ui/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