1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-29 14:34:37 +04:00

breadcrumb fixes

This commit is contained in:
codecalm
2019-07-09 19:54:30 +02:00
parent 846beb79d0
commit bd7b8be915
5 changed files with 18 additions and 6 deletions
+3
View File
@@ -2,10 +2,13 @@
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 %}