Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@ id: Breadcrumb
section: components
---

import '../components.css';

## Usage

<img src="./img/breadcrumb.png" alt="Example of breadcrumbs" width="990"/>
<div class="ws-docs-content-img">
![Breadcrumbs show under the masthead.](./img/breadcrumbs-usage.svg)
</div>

Use breadcrumbs in addition to your global navigation to display a user's location in the application.

Expand All @@ -15,9 +19,11 @@ Use breadcrumbs in addition to your global navigation to display a user's locati
* Breadcrumbs in PatternFly are intended to show the location of a page in the site hierarchy, and are **not intended to map the user's path through the application**.

## Placement
Breadcrumbs should be placed underneath the masthead, at the top of the page. There should be 16px of padding both between the breadcrumb and the masthead, and between the breadcrumbs and anything that comes below.
Breadcrumbs should be placed underneath the masthead, at the top of the page. There should be `--pf-t--global--spacer--md` (16px) of padding both between the breadcrumb and the masthead, and between the breadcrumbs and anything that comes below.

<img src="./img/placement.png" alt="Placement of breadcrumbs and padding" width="825"/>
<div class="ws-docs-content-img">
![Breadcrumbs shown underneath the masthead and at the top of the page above the page content.](./img/breadcrumbs-placement.svg)
</div>

## Accessibility
For information regarding accessibility, visit the [breadcrumb accessibility](/components/breadcrumb/accessibility) tab.
Loading