Breadcrumb
Navigation component that helps users understand their location within a website's hierarchy.
Installation
templui add breadcrumbExamples
With Icons
Custom Separator
Responsive
API Reference
List
Breadcrumb list container for organizing breadcrumb items.
| Name | Type | Default |
|---|---|---|
Unique identifier for the list element. | | - |
Additional CSS classes to apply to the list. | | - |
Additional HTML attributes to apply to the list element. | | - |
Item
Individual breadcrumb item component.
| Name | Type | Default |
|---|---|---|
Unique identifier for the item element. | | - |
Additional CSS classes to apply to the item. | | - |
Additional HTML attributes to apply to the item element. | | - |
Whether this item represents the current page. | | |
Link
Clickable breadcrumb link component.
| Name | Type | Default |
|---|---|---|
Unique identifier for the link element. | | - |
Additional CSS classes to apply to the link. | | - |
Additional HTML attributes to apply to the link element. | | - |
URL destination for the breadcrumb link. | | - |
Separator
Visual separator between breadcrumb items.
| Name | Type | Default |
|---|---|---|
Unique identifier for the separator element. | | - |
Additional CSS classes to apply to the separator. | | - |
Additional HTML attributes to apply to the separator element. | | - |
Whether to use custom separator content instead of default. | | |