Home / Function/ BreadcrumbEllipsis() — ui Function Reference

BreadcrumbEllipsis() — ui Function Reference

Architecture documentation for the BreadcrumbEllipsis() function in breadcrumb.tsx from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  42cc29da_8516_8ec5_a258_a876bab6fd6d["BreadcrumbEllipsis()"]
  fe756285_c2ed_aafe_343e_a9eec2783455["breadcrumb.tsx"]
  42cc29da_8516_8ec5_a258_a876bab6fd6d -->|defined in| fe756285_c2ed_aafe_343e_a9eec2783455
  style 42cc29da_8516_8ec5_a258_a876bab6fd6d fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/v4/registry/new-york-v4/ui/breadcrumb.tsx lines 83–99

function BreadcrumbEllipsis({
  className,
  ...props
}: React.ComponentProps<"span">) {
  return (
    <span
      data-slot="breadcrumb-ellipsis"
      role="presentation"
      aria-hidden="true"
      className={cn("flex size-9 items-center justify-center", className)}
      {...props}
    >
      <MoreHorizontal className="size-4" />
      <span className="sr-only">More</span>
    </span>
  )
}

Subdomains

Frequently Asked Questions

What does BreadcrumbEllipsis() do?
BreadcrumbEllipsis() is a function in the ui codebase, defined in apps/v4/registry/new-york-v4/ui/breadcrumb.tsx.
Where is BreadcrumbEllipsis() defined?
BreadcrumbEllipsis() is defined in apps/v4/registry/new-york-v4/ui/breadcrumb.tsx at line 83.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free