forked from varia/varia.website
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
640 B
43 lines
640 B
Breadcrumbs
|
|
===============================================================================
|
|
.. lead:: Indicate the current page's location within a navigational hierarchy.
|
|
|
|
|
|
Separators are automatically added in CSS through `:before` and `content.`
|
|
|
|
|
|
.. container:: bs-example
|
|
|
|
.. class:: breadcrumb
|
|
|
|
* Home
|
|
|
|
.. class:: breadcrumb
|
|
|
|
* Home
|
|
* Library
|
|
|
|
.. class:: breadcrumb
|
|
|
|
* Home
|
|
* Library
|
|
* Data
|
|
|
|
|
|
.. code::
|
|
:class: highlight
|
|
|
|
.. class:: breadcrumb
|
|
|
|
* Home
|
|
|
|
.. class:: breadcrumb
|
|
|
|
* Home
|
|
* Library
|
|
|
|
.. class:: breadcrumb
|
|
|
|
* Home
|
|
* Library
|
|
* Data
|
|
|