mdb-ui-kit/docs/components/breadcrumb.md
2016-01-05 14:37:17 -06:00

1.6 KiB

layout title group
docs Breadcrumb components

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

{% callout info %} Bootstrap Reference Documentation This is a part of the reference documentation from Bootstrap. It is included here to demonstrate rendering with Material Design for Bootstrap 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.

Works fine with or without the usage of list markup.

{% example html %}

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