BreadcrumbItem

View Source

Signature

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