projects/ui/breadcrumb/breadcrumb.types.ts
import { CngxBreadcrumbSibling } from '@cngx/ui/breadcrumb'
One sibling in a CngxBreadcrumbSiblings dropdown - an alternative page at the same trail level. href renders a navigable row; the active level is marked current, which renders as aria-current="page" and drops the link.
href
current
aria-current="page"
boolean
Marks the sibling representing the current level - rendered as aria-current="page", no link.
string
Target for a navigable sibling. Omit (or set current) on the active level.
Visible, and accessible, sibling text.