Breadcrumb

View in Lexicon

Breadcrumb is a secondary navigation pattern that identifies the page position inside a hierarchy.

installyarn add @clayui/breadcrumb
versionNPM Version
useimport Breadcrumb from '@clayui/breadcrumb';

Table of Contents

A navigation aid for your site, provide a quick way to jump back to previously viewed pages or sections.

Use <span className="breadcrumb-text-truncate"></span> inside breadcrumb links to truncate text based on a max-width.

Breadcrumb will use $breadcrumb-divider-svg-icon by default, set $breadcrumb-divider-svg-icon: none; if you wish to use the UTF-8 charset or third-party icon font.
Don’t forget to check WAI-ARIA accessibility pratices for alerts when writting your markup.

Collapsed

Snippet

Expanded

Snippet

Edit this page on GitHub

Contributors

Matuzalém Teles, Patrick Yeo

Last edited May 12, 2025 at 7:56:02 PM

Table of Contents