Remix
Remix
remix/ui/breadcrumbs · TypeView Source

BreadcrumbItem

Signature

type BreadcrumbItem = {
  current?: boolean;
  href?: string;
  label: RemixNode;
};