Version
Language

Breadcrumbs

Introduction

abp-breadcrumb is the main container for breadcrumb items.

Basic usage:

<abp-breadcrumb>
    <abp-breadcrumb-item href="#" title="Home" />
    <abp-breadcrumb-item href="#" title="Library"/>
    <abp-breadcrumb-item title="Page"/>
</abp-breadcrumb>

Demo

See the breadcrumbs demo page to see it in action.

abp-breadcrumb-item Attributes

  • title: Sets the text of the breadcrumb item.
  • active: Sets the active breadcrumb item. Last item is active by default, if no other item is active.
  • href: A value indicates if an abp-breadcrumb-item has a link. Should be a string link value.
Was this page helpful?
Please make a selection.
Thank you for your valuable feedback!

Please note that although we cannot respond to feedback, our team will use your comments to improve the experience.

In this document
Mastering ABP Framework Book
Mastering ABP Framework

This book will help you gain a complete understanding of the framework and modern web application development techniques.