Movatterモバイル変換


[0]ホーム

URL:


Bold BI®Unlock stunning dashboards with Bold BI® — 35+ widgets, 150+ data sources, AI agent & more.

Try it for free!
Find anything about our product, documentation, and more.

Syncfusion Feedback
Feedback & Questions
Please share your comments and questions with us
I would like for an account to be created and to be contacted regarding this message. No further action will be taken.Privacy policy, andCookie Policy.
Thank you for your feedback and comments. We will process this request shortly and get back to you if required.

Angular Breadcrumb - Simple and Flexible Component

  • Simple, responsive component makes navigation easy.
  • Support for an overflow mode to limit the number of Breadcrumb items displayed.
  • Built-in support for icons, binding to location, and UI customization with templates for Breadcrumb items.

Trusted by the world’s leading companies

syncfusion trusted companies

Angularangular breadcrumb

EXPLORE OTHER CONTROLS
EXPLORE OTHER CONTROLS

Overview

The Angular Breadcrumb is a graphical user interface that serves as a navigation header for your web application or site. It helps to identify or highlight the current location within the hierarchical structure of a website. It has several built-in features such as templates, icons, binding to location, overflow mode, and UI customizations.


Breadcrumb item icons

Users tend to understand visual information better than text. Include icons or sprite images to the right or left of the Breadcrumb items to provide a visual representation of their corresponding actions.


UI customization with templates

Templates are used to create custom user experiences. Breadcrumb provides a template for each Breadcrumb item and its separator to customize or change the appearance of the entire Breadcrumb UI with HTML elements or other components.


Limit items with overflow mode

Overflow mode limits the number of items to be displayed in the view when the container width exceeds a Breadcrumb item’s width or the maximum item count. The following are the different overflow modes supported in the Breadcrumb component.

Menu mode

Menu mode shows the number of Breadcrumb items that can be accommodated within the container space and creates a submenu with the remaining items.

Collapsed mode

Collapsed mode shows the first and last Breadcrumb items and hides the remaining items with a collapsed icon. When the collapsed icon is clicked, all items become visible and navigable.

Wrap mode

Wrap mode wraps the items to multiple lines when the Breadcrumb’s width exceeds the container space.

Scroll mode

Scroll mode shows an HTML scroll bar when the Breadcrumb’s width exceeds the container space.

Hidden mode

Hidden mode shows the maximum number of items possible in the container space and hides the remaining items. Clicking on a previous item will make the hidden item visible.

None mode

None mode shows all the items on a single line.


Bind to location

Breadcrumb items can be automatically generated based on the current location of the user within the website or by providing a URL to the Breadcrumb component. The auto generated items can be customized using templates and item render events.

Note: The previous sample is hosted in a different location and Breadcrumb items are generated based on it.


Accessibility

  • Fully supportsWAI-ARIA accessibility practices to work with screen readers and assistive devices.
  • FollowsWAI-ARIA best practices for implementing keyboard interaction.
  • Based onWCAG 2.0 standards, we designed the UI element visuals such as foreground color, background color, line spacing, text, and images.
  • Supports right-to-left (RTL) text direction for users working in right-to-left languages like Hebrew, Arabic, or Persian.

Developer-friendly APIs

Developers can control the appearance and behaviors of the Breadcrumb component using a rich set of APIs.

Built-in themes

The Angular Breadcrumb supports built-in themes such as Bootstrap 5, Tailwind CSS, Fluent, high contrast, and more. Users can customize these built-in themes or create new themes to achieve the desired look and feel either by simply overriding SASS variables or using the Theme Studio application.


Angular Breadcrumb Code Example

Easily get started with the Angular Breadcrumb using a few simple lines of HTML and TS code example as demonstrated below. Also explore ourAngular Breadcrumb Example that shows you how to configure the Breadcrumb in Angular.

<ejs-breadcrumb[enableNavigation]="false"><e-breadcrumb-items><e-breadcrumb-itemiconCss="e-icons e-home"url="https://ej2.syncfusion.com/home/angular.html"></e-breadcrumb-item><e-breadcrumb-itemtext="Components"url="https://ej2.syncfusion.com/angular/demos/#/material/grid/over-view"></e-breadcrumb-item><e-breadcrumb-itemtext="Navigations"url="https://ej2.syncfusion.com/angular/demos/#/material/menu/default"></e-breadcrumb-item><e-breadcrumb-itemtext="Breadcrumb"url="./breadcrumb/default"></e-breadcrumb-item></e-breadcrumb-items></ejs-breadcrumb>
import{Component}from'@angular/core';import{enableRipple}from'@syncfusion/ej2-base';enableRipple(true);@Component({selector:'app-root',template:`<!-- To Render Breadcrumb with items. -->        <ejs-breadcrumb [enableNavigation]="false">            <e-breadcrumb-items>                <e-breadcrumb-item iconCss="e-icons e-home" url="https://ej2.syncfusion.com/home/angular.html"></e-breadcrumb-item>                <e-breadcrumb-item text="Components" url="https://ej2.syncfusion.com/angular/demos/#/material/grid/over-view"></e-breadcrumb-item>                <e-breadcrumb-item text="Navigations" url="https://ej2.syncfusion.com/angular/demos/#/material/breadcrumb/default"></e-breadcrumb-item>                <e-breadcrumb-item text="Breadcrumb" url="./breadcrumb/default"></e-breadcrumb-item>            </e-breadcrumb-items>        </ejs-breadcrumb>`})exportclassAppComponent{}

Other supported frameworks

The Breadcrumb component is also available in Blazor, React, Vue, and JavaScript frameworks. Check it out on other platforms at the links below:




Not sure how to create your first Angular Breadcrumb? Our documentation can help.

I’d love to read it now
Previous
Next

145+ ANGULAR UI COMPONENTS

ALL COMPONENTS

Frequently Asked Questions

Why should you choose Syncfusion Angular Breadcrumb?

  • Support for anoverflow mode to limit the number of Breadcrumb items displayed.
  • Built-in support foricons, binding to location, and UI customization with templates for Breadcrumb items.
  • Breadcrumb item text can be dynamically changed using events.
  • One of the best Angular Breadcrumb in the market that offers feature-rich UI to interact with the software.
  • Simple configuration and API.
  • Supports all modern browsers.
  • Expansive learning resources such asdemos,documentation, andvideos to learn quickly and get started with Angular Breadcrumb.

Where can I find the Syncfusion Angular Breadcrumb demo?

You can find our Angular Breadcrumb demohere.

Can I download and utilize the Syncfusion Angular Breadcrumb for free?

No, this is a commercial product and requires a paid license. However, afree community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue, 5 or fewer developers, and 10 or fewer total employees.

How do I get started with Syncfusion Angular Breadcrumb?

A good place to start would be our comprehensivegetting started documentation.

Our Customers Love Us

Having an excellent set of tools and a great support team, Syncfusion® reduces customers’ development time.
Here are some of their experiences.
double-quotes-image
An amazing toolset to accelerate UI development
The number of components available is the best thing about this library. We think of a UI component, and the Angular JS library already offers it. We use the Angular JS library to accelerate development. The experience using and implementing has been great. The support is also excellent.
customer-image
Shrikant P,
Customer Success Manager, Small-Business
rating-image
double-quotes-image
A giant framework with great pricing options
I have loved the components and options that Syncfusion has, besides, its documentation, demos, and Support are excellent.
customer-image
Alejandro Javier V,
CEO, Small-Business
rating-image

Rated by users across the globe

Capterra-logo
4.5/5
(700+ Reviews)
Read more on Capterra
G2-logo
4.5/5
(600+ Reviews)
Read more on G2
GetApp-logo
4.5/5
(700+ Reviews)
Read more on GetApp

Transform your applications today by downloading our free evaluation version
Download Free TrialNo credit card required.

Syncfusion Angular Resources
Learning
Angular control documentationDocumentation
Technical Support
Angular control contact-supportContact Support
Angular control forumCommunity Forum
Angular control Features & BugsFeatures & Bugs
UI Kits
Angular control Sketch DownloadSketch Download
Angular control Adobe XD DownloadAdobe XD Download
Angular control Figma DownloadFigma Download

Awards

Greatness—it’s one thing to say you have it, but it means more when others recognize it.Syncfusion® is proud to hold the following industry awards.

Syncfusion Awards
Syncfusion Awards
Up arrow icon
EXPLORE OUR PRODUCTS
FREE TOOLS
RESOURCES
GET PRODUCTS
SUPPORT
LEARNING
WHY WE STAND OUT
COMPANY
CONTACT US
  • Fax: +1 919.573.0306
  • US: +1 919.481.1974
  • UK: +44 20 7084 6215
  • Toll Free (USA):
  • 1-888-9DOTNET
  • [email protected]
syncfusion-logo
Privacy PolicyCookie PolicyWebsite Terms of UseSecurity PolicyResponsible DisclosureEthics Policy
Copyright © 2001 - 2025 Syncfusion®, Inc. All Rights Reserved
  • facebook-icon-desktop

    39K+

  • twitter-icon-desktop

    12K+

  • linkedin-icon-desktop

    15K+

  • youtube-icon-desktop

    27K+

  • pinterest-icon-desktop
  • instagram-icon-desktop
  • threads-icon-desktop

CONTACT US

  • Fax: +1 919.573.0306
  • US: +1 919.481.1974
  • UK: +44 20 7084 6215
  • Toll Free (USA):
  • 1-888-9DOTNET
  • facebook-icon

    39K+

  • twitter-icon

    12K+

  • linkedin-icon

    15K+

  • youtube-icon

    27K+

  • pinterest-icon
  • instagram-icon
  • threads-icon
syncfusion-logo

[8]ページ先頭

©2009-2025 Movatter.jp