--- title: Breadcrumb summary: Breadcrumbs are used to show the current website or app location and reduce the number of actions users have to take. Thanks to breadcrumbs, they can easily navigate within the website hierarchy and better understand its structure. bootstrapLink: components/breadcrumb/ description: Navigation aid for better structure. --- ## Default markup Use the `breadcrumb` class to add a breadcrumb to your interface design for better navigation. The `active` modifier in a `li` tag will help you indicate the current page location and facilitate navigation within your website or app. ```html
``` Look at the example below to see how breadcrumbs work in practice. ```html example centered ``` ## Different separators You can use different breadcrumb styles to match your website or app design. Choose between `breadcrumb-dots`, `breadcrumb-arrows`, and `breadcrumb-bullets` to create a unique look. ```html ``` This example shows how to use different breadcrumb styles. ```html example centered separated vertical ``` ## With icon You can use icons in breadcrumbs to make them more visually appealing. The example below demonstrates how to use icons in breadcrumbs. ```html example centered ``` ## Muted breadcrumbs You can use the `breadcrumb-muted` class to create a muted breadcrumb style. This style is perfect for breadcrumbs that are not the main focus of your website or app. ```html example centered ``` ## Breadcrumb in headers You can use breadcrumbs in headers to show the current page location and provide a better navigation experience. The example below demonstrates how to use breadcrumbs in headers. ```html example vertical centered columns={3} ```