1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-29 06:24:38 +04:00
Files
tabler/pages/_docs/breadcrumb.md
T
2020-02-16 21:34:30 +01:00

1.3 KiB
Raw Blame History

title, menu, description, bootstrap-link
title menu description bootstrap-link
Breadcrumb docs.breadcrumb Indicate the current pages location within a navigational hierarchy that automatically adds separators via CSS. components/breadcrumb/

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.

{% capture code %} {% include ui/breadcrumb.html %} {% endcapture %} {% include example.html code=code centered=true %}

Breadcrumb variations

You can add more variations by modify $breadcrumb-variants variable in Tabler config.

{% capture code %} {% include ui/breadcrumb.html class="breadcrumb-dots" %} {% endcapture %} {% include example.html code=code centered=true %}

{% capture code %} {% include ui/breadcrumb.html class="breadcrumb-arrows" %} {% endcapture %} {% include example.html code=code centered=true %}

{% capture code %} {% include ui/breadcrumb.html class="breadcrumb-bullets" %} {% endcapture %} {% include example.html code=code centered=true %}

Alternate version

{% capture code %} {% include ui/breadcrumb.html class="breadcrumb-alternate" %} {% endcapture %} {% include example.html code=code centered=true %}