--- title: Breadcrumb desc: Navigation aid that helps users understand their location within a website's hierarchy and navigate back to previous sections. ico: mdi:dots-horizontal keywords: - nav - path alert: ico: mdi:wheelchair-accessibility body: | **For best accessibility:** Please use **nav**{ .kbd .kbd-sm } with nested **ol**{ .kbd .kbd-sm } tags as well as **role="navigation"**{ .kbd .kbd-sm } and **aria-label**{ .kbd .kbd-sm } attributes. controls: - name: current type: text label: Current desc: Text should be as simple as possible and should NEVER exceed 1 line. We have max-width and truncation logic in place so things stay responsive. default: Current preview: | code: html: | logic: current: "this.current" ---