# `PetalComponents.Breadcrumbs`
[🔗](https://github.com/petalframework/petal_components/blob/v3.2.0/lib/petal_components/breadcrumbs.ex#L1)

# `breadcrumbs`

## Attributes

* `separator` (`:string`) - Defaults to `"slash"`. Must be one of `"slash"`, or `"chevron"`.
* `class` (`:any`) - Parent div CSS class. Defaults to `nil`.
* `separator_class` (`:any`) - Separator div CSS class. Defaults to `nil`.
* `link_class` (`:any`) - Link class CSS. Defaults to `nil`.
* `links` (`:list`) - List of your links. Defaults to `[]`.
* `aria_label` (`:string`) - ARIA label for the nav. Defaults to `"Breadcrumbs"`.
* Global attributes are accepted.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
