mdb-ui-kit/docs/components/breadcrumb.md
2016-08-02 19:44:50 +02:00

1.6 KiB

layout title group
docs Breadcrumb components

[//]: # DO NOT EDIT IT WILL BE OVERWRITTEN - copy of bootstrap documentation generated by gulp docs:copy:bs-docs

{% callout info %} Bootstrap Reference Documentation This is a part of the reference documentation from Bootstrap. It is included here to demonstrate rendering with Bootstrap Material Design default styling. See the Material Design section for more elements and customization options. {% endcallout %}

Indicate the current page's location within a navigational hierarchy. Separators are automatically added in CSS through ::before and content.

{% example html %}

  1. Home
  1. Home
  2. Library
  1. Home
  2. Library
  3. Data
{% endexample %}

Similar to our navigation components, breadcrumbs work fine with or without the usage of list markup.

{% example html %}

Home Library Data Bootstrap {% endexample %}