BreadcrumbSeparator() — ui Function Reference
Architecture documentation for the BreadcrumbSeparator() function in breadcrumb.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 7327ca9e_ac20_26f1_e152_b7804a5f6a6e["BreadcrumbSeparator()"] 5aea248b_04e2_b170_84c6_e6fc054a9180["breadcrumb.tsx"] 7327ca9e_ac20_26f1_e152_b7804a5f6a6e -->|defined in| 5aea248b_04e2_b170_84c6_e6fc054a9180 style 7327ca9e_ac20_26f1_e152_b7804a5f6a6e fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/examples/radix/ui/breadcrumb.tsx lines 71–87
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 ?? <ChevronRightIcon className="cn-rtl-flip" />}
</li>
)
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does BreadcrumbSeparator() do?
BreadcrumbSeparator() is a function in the ui codebase, defined in apps/v4/examples/radix/ui/breadcrumb.tsx.
Where is BreadcrumbSeparator() defined?
BreadcrumbSeparator() is defined in apps/v4/examples/radix/ui/breadcrumb.tsx at line 71.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free