@public-ui/components
Version:
Contains all web components that belong to KoliBri - The accessible HTML-Standard.
21 lines (10 loc) • 1.08 kB
Markdown
# kol-breadcrumb
<!-- Auto Generated Below -->
## Overview
The **Breadcrumb** component can be used to display the path to the current position of a web page within a hierarchical structure.
## Properties
| Property | Attribute | Description | Type | Default |
| --------------------- | --------- | ------------------------------------------------------------------------------------------------------------------ | --------------------------------- | ----------- |
| `_label` _(required)_ | `_label` | Defines the visible or semantic label of the component (e.g. aria-label, label, headline, caption, summary, etc.). | `string` | `undefined` |
| `_links` _(required)_ | `_links` | Defines the list of links combined with their labels to render. | `BreadcrumbLinkProps[] \| string` | `undefined` |
----------------------------------------------