Skip to main content
Version: Next

Breadcrumb

A lightweight semantic breadcrumb component built with native HTML and CSS variables.

The Breadcrumb component in ignix-lite uses the native <nav> element and supports multiple separator styles, intent variants, focus styles, and accessibility-friendly interactions.


Default


Separator Styles


Intent Variants

Usage


Attributes

AttributeTypeDescription
aria-labelstringMust be "Breadcrumb" for accessibility and component targeting
data-style'chevron' | 'slash' | 'guillemet' | 'arrow' | 'thread'Controls the separator style between items
data-intent'success' | 'warning' | 'danger' | 'gradient'Applies semantic color to the active item and hover states
aria-current'page'Marks the current active page item
hrefstringNative anchor href; enables keyboard focus and navigation