1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-01 16:04:37 +04:00
Files
tabler/pages/_docs/breadcrumb.md
T
2019-07-09 19:54:30 +02:00

37 lines
1.0 KiB
Markdown

---
title: Breadcrumb
menu: docs.breadcrumb
description: A breadcrumb navigation provide links back to each previous page the user navigated through, and shows the user's current location in a website.
done: true
---
### Default markup
The dividers are automatically created in the content of the `::before` pseudo-element of li tags. You can inform the current page using the `active` modifier in a `li` tag. It will disable the navigation of inner links.
{% example %}
{% include ui/breadcrumb.html %}
{% endexample %}
### Breadcrumb variations
You can add more variations by modify `$breadcrumb-variants` variable in Tabler config.
{% example %}
{% include ui/breadcrumb.html class="breadcrumb-dots" %}
{% endexample %}
{% example %}
{% include ui/breadcrumb.html class="breadcrumb-arrows" %}
{% endexample %}
{% example %}
{% include ui/breadcrumb.html class="breadcrumb-bullets" %}
{% endexample %}
### Alternate version
{% example %}
{% include ui/breadcrumb.html class="breadcrumb-alternate" %}
{% endexample %}