The ld-crumb component is a subcomponent for ld-breadcrumbs.
Please refer to the ld-breadcrumbs documentation for usage examples.
| Property | Attribute | Description | Type | Default | 
|---|---|---|---|---|
| href | href | The URL that the hyperlink points to. | string | undefined | 
| key | key | for tracking the node's identity when working with lists | string | number | undefined | 
| ref | ref | reference to component | any | undefined | 
| Part | Description | 
|---|---|
| "link" | Breadcrumb link | 
graph TD;
  ld-crumb --> ld-link
  style ld-crumb fill:#f9f,stroke:#333,stroke-width:4pxBuilt with StencilJS