Home / Function/ BreadcrumbSeparator() — ui Function Reference

BreadcrumbSeparator() — ui Function Reference

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

Entity Profile

Dependency Diagram

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

Relationship Graph

Source Code

apps/v4/registry/new-york-v4/ui/breadcrumb.tsx lines 65–81

function BreadcrumbSeparator({
  children,
  className,
  ...props
}: React.ComponentProps<"li">) {
  return (
    <li
      data-slot="breadcrumb-separator"
      role="presentation"
      aria-hidden="true"
      className={cn("[&>svg]:size-3.5", className)}
      {...props}
    >
      {children ?? <ChevronRight />}
    </li>
  )
}

Subdomains

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free