> For the complete documentation index, see [llms.txt](https://v1-6-0.pipui.ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://v1-6-0.pipui.ru/components/breadcrumb.md).

# Хлебные крошки

Когда необходимо выводить путь до страницы, Вы можете воспользоваться готовым компонентом фреймворка PipUI - хлебные крошки

```html
<div class="breadcrumbs">
    <a class="bc-item" href="http://pipui.loc/">PipUI</a>
    <a class="bc-item" href="http://pipui.loc/docs/">Документация</a>
    <a class="bc-item" href="http://pipui.loc/docs/components/">Компоненты</a>
    <a class="bc-item disabled preventDefault" href="http://pipui.loc/docs/components/breadcrumbs/">Хлебные крошки</a>
</div>
```

{% embed url="<https://codepen.io/pipui/pen/BaPpRrN>" %}
Пример работы кода выше
{% endembed %}
