mirror of
https://github.com/tabler/tabler.git
synced 2026-07-29 14:34:37 +04:00
breadcrumb fixes
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user