MCPcopy
hub / github.com/langbot-app/LangBot / BreadcrumbItem

Function BreadcrumbItem

web/src/components/ui/breadcrumb.tsx:24–32  ·  view source on GitHub ↗
({ className, ...props }: React.ComponentProps<'li'>)

Source from the content-addressed store, hash-verified

22}
23
24function BreadcrumbItem({ className, ...props }: React.ComponentProps<'li'>) {
25 return (
26 <li
27 data-slot="breadcrumb-item"
28 className={cn('inline-flex items-center gap-1.5', className)}
29 {...props}
30 />
31 );
32}
33
34function BreadcrumbLink({
35 asChild,

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected