BreadcrumbSeparator() — ui Function Reference
Architecture documentation for the BreadcrumbSeparator() function in breadcrumb.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 5e783bbd_5ca2_cbb2_aad9_faf67e71f612["BreadcrumbSeparator()"] eb973196_35e5_da32_46e8_ae57f0b36d30["breadcrumb.tsx"] 5e783bbd_5ca2_cbb2_aad9_faf67e71f612 -->|defined in| eb973196_35e5_da32_46e8_ae57f0b36d30 style 5e783bbd_5ca2_cbb2_aad9_faf67e71f612 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/examples/base/ui/breadcrumb.tsx lines 74–90
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/base/ui/breadcrumb.tsx.
Where is BreadcrumbSeparator() defined?
BreadcrumbSeparator() is defined in apps/v4/examples/base/ui/breadcrumb.tsx at line 74.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free