GitHub

Breadcrumb

Navigation breadcrumb with model binding, child items, and custom separators.

<rhx-breadcrumb>

Examples

Model-bound Items

Child Items

Custom Separator

Properties

Property Type Default Description
rhx-items List&lt;BreadcrumbItem&gt; - Server-side items to render
rhx-separator string / Character used between breadcrumb items
rhx-label string Breadcrumb Accessible label for the nav element

Accessibility

  • Renders a <nav> element with aria-label for landmark navigation.
  • The current (last) page uses aria-current="page" to indicate the active location.
  • Separator characters between items are marked with aria-hidden="true" so screen readers skip them.