Payroc Design logo
  • Our brand
    Mission statement Personality Values Assets
  • Content guidelines
    Voice and tone Grammar and formatting Inclusive language Writing style guides
  • Design system
    Get started Essentials Components Patterns
Submit a design request
  1. Payroc design
  2. Design system
  3. Components
  4. Breadcrumbs

Breadcrumbs

To allow a user to keep track of where they are in an application structure.

Anatomy

Diagram of the breadcrumbs component.
  1. Parent category
  2. Separator
  3. Child Page

Example

Coded example

  1. First level
  2. Second level
  3. Current page

Code snippet

HTML JavaScript
									
<nav aria-label="breadcrumb">
  <ol class="breadcrumb">
    <li class="breadcrumb-item"><a href="">First level</a></li>
    <li class="breadcrumb-item"><a href="">Second level</a></li>
    <li class="breadcrumb-item active" aria-current="page">Current page</li>
  </ol>
</nav>
          
								
									
  None required
          
								

Figma prototype

Usage guide

Dos and don'ts

Follow the information architecture naming conventions.

When a user needs to understand where they are in an application and able to move between levels in the journey.

On large applications.

If you have other navigation visible such as a side bar breadcrumbs would be overkill. Only use breadcrumbs when the application has multiple levels.

In a one page application.

Make it complicated.

Payroc Design logo

Copyright © Payroc

    Our brand
  • Mission statement
  • Personality
  • Values
  • Assets
  • Brand Guide for Sales Partners
    Content guidelines
  • Voice and tone
  • Grammar and formatting
  • Inclusive lanugage
  • Writing style guides
    Design system
  • Get started
  • Essentials
  • Components
  • Patterns