Breadcrumb

A breadcrumb component.

Installation

npx wdc add breadcrumb

Examples

Basic

Standard breadcrumb using semantic list items.

Custom Separator

You can replace the default chevron with a slash or any icon.

Data Driven

Generate breadcrumbs automatically from an array of objects.

API Reference

InputTypeDefaultDescription
itemsBreadcrumbItem[][]Array of data to generate breadcrumbs automatically.
classstring''Custom classes for the nav container.
urlstringundefinedThe router link. If omitted, renders as active text (current page).
targetstring'_self'Target attribute for the link.
check_circle
SEO & Accessibility

SEO Optimized Structure

This component uses the following:

  • <nav> element
  • aria-label="breadcrumb"
  • ol list for Rich Snippets.

Check out Google Search Central for more details.