The Blazor Breadcrumb Control Is Now Production-Ready! | Syncfusion Blogs
Live Chat Icon For mobile
Live Chat Icon
Popular Categories.NET  (174).NET Core  (29).NET MAUI  (207)Angular  (109)ASP.NET  (51)ASP.NET Core  (82)ASP.NET MVC  (89)Azure  (41)Black Friday Deal  (1)Blazor  (215)BoldSign  (14)DocIO  (24)Essential JS 2  (107)Essential Studio  (200)File Formats  (66)Flutter  (133)JavaScript  (221)Microsoft  (119)PDF  (81)Python  (1)React  (100)Streamlit  (1)Succinctly series  (131)Syncfusion  (915)TypeScript  (33)Uno Platform  (3)UWP  (4)Vue  (45)Webinar  (51)Windows Forms  (61)WinUI  (68)WPF  (159)Xamarin  (161)XlsIO  (36)Other CategoriesBarcode  (5)BI  (29)Bold BI  (8)Bold Reports  (2)Build conference  (8)Business intelligence  (55)Button  (4)C#  (147)Chart  (131)Cloud  (15)Company  (443)Dashboard  (8)Data Science  (3)Data Validation  (8)DataGrid  (63)Development  (628)Doc  (8)DockingManager  (1)eBook  (99)Enterprise  (22)Entity Framework  (5)Essential Tools  (14)Excel  (40)Extensions  (22)File Manager  (7)Gantt  (18)Gauge  (12)Git  (5)Grid  (31)HTML  (13)Installer  (2)Knockout  (2)Language  (1)LINQPad  (1)Linux  (2)M-Commerce  (1)Metro Studio  (11)Mobile  (507)Mobile MVC  (9)OLAP server  (1)Open source  (1)Orubase  (12)Partners  (21)PDF viewer  (43)Performance  (12)PHP  (2)PivotGrid  (4)Predictive Analytics  (6)Report Server  (3)Reporting  (10)Reporting / Back Office  (11)Rich Text Editor  (12)Road Map  (12)Scheduler  (52)Security  (3)SfDataGrid  (9)Silverlight  (21)Sneak Peek  (31)Solution Services  (4)Spreadsheet  (11)SQL  (10)Stock Chart  (1)Surface  (4)Tablets  (5)Theme  (12)Tips and Tricks  (112)UI  (387)Uncategorized  (68)Unix  (2)User interface  (68)Visual State Manager  (2)Visual Studio  (31)Visual Studio Code  (19)Web  (592)What's new  (332)Windows 8  (19)Windows App  (2)Windows Phone  (15)Windows Phone 7  (9)WinRT  (26)
The Blazor Breadcrumb Control Is Now Production-Ready!

The Blazor Breadcrumb Control Is Now Production-Ready!

We are glad to announce that the Blazor Breadcrumb component is now production-ready with our latest release, 2021 Volume 4!

The Blazor Breadcrumb component is a graphical user interface that serves as a navigation header for a web application or site. It helps to identify or highlight the user’s current location within the hierarchical structure of a website. Now, it has been developed to meet industrial standards.

This blog will provide a walk-through of the Blazor Breadcrumb component, its UI design, available features in beta, and new updates in the production-ready phase.

Breadcrumb UI design

The Breadcrumb component is flexible, responsive, and completely customizable. It provides support for web standard functionalities like accessibility, keyboard interactions, events, and a UI optimized for touch interactions.

Parts of the Breadcrumb component:

    • Breadcrumb item: Represents the navigation item for a link.
    • Breadcrumb separator: Separates the Breadcrumb items.

Refer to the following image.

Blazor Breadcrumb UI Design
Blazor Breadcrumb UI Design

Use cases

You can use the Breadcrumb component as a navigation header for your web app or site. Also, you can use it as a secondary navigation tool to identify the current location without navigation.

The following are some of the use case scenarios for this component:

  • eCommerce sites: Display the hierarchal categories of a product with its parent category.
  • Search engines: Showcase the current location with its parent root in the search results.
  • Support tickets: Display the current support ticket with its platforms and parent navigation.

What did we ship in the beta phase?

The following is the list of key features in the Breadcrumb component in its previous beta phase:

BindToLocation or URL binding

We can automatically generate the Breadcrumb items based on the current location of the user within the website. Also, we can create the breadcrumb items by specifying the absolute or relative URL in the Url property.

Items with icons

The built-in icons support provides a better visual representation of breadcrumb items. By default, the icons are aligned in the left position. If required, we can place them in the right position.

Blazor Breadcrumb Displaying Items With Icons
Blazor Breadcrumb Displaying Items With Icons

UI customization with the custom item and separator templates

Templates are used to create a custom user experience. The Breadcrumb component provides template support for each breadcrumb item and separators. With these features, we can customize or change the appearance of the entire Breadcrumb UI with HTML elements or any other components.

UI Customization in Blazor Breadcrumb
UI Customization in Blazor Breadcrumb

Note: Refer to the Example of Template and Customization in Blazor Breadcrumb component.

You can easily limit the number of breadcrumb items to be displayed in the view using an overflow mode.

These overflow modes were supported in Breadcrumb’s beta version:

  • Default: Shows the maximum number of items that can accommodate in the container space and hides the remaining items. Navigating one item up in the hierarchy will make the last hidden item visible.
  • Collapsed: Shows the first and last breadcrumb items alone and hides the remaining items with a collapsed icon. When we click the collapsed icon, all items become visible and navigable.

Keyboard accessibility

All our Syncfusion Blazor components follow keyboard interaction and web accessibility standards. So, users can easily interact with the Breadcrumb using a keyboard:

  • Tab: Navigate to the next item.
  • Shift + Tab: Navigate to the previous item.
  • Enter: Select an item.

What’s new in the production-ready phase?

As you know, the Blazor Breadcrumb component is marked as production-ready in 2021 Volume 4. You can enjoy a new set of overflow modes and responsiveness support for a better UI experience in this release.

Breadcrumb with new overflow modes

Now, the Breadcrumb component supports the following new set of overflow modes:

  • Hidden: The Default mode’s name has been changed to Hidden. It displays the maximum number of items that can fit in the available container space and hides the remaining items. Navigating one item up in the hierarchy will make the last hidden item visible.
  • Menu: Shows the number of breadcrumb items that can accommodate within the container space and creates a submenu with the remaining items.
  • Wrap: Wraps the items on multiple lines when the Breadcrumb’s width exceeds the container space.
  • Scroll: Shows an HTML scroll bar when the Breadcrumb’s width exceeds the container space.
  • None: Shows all the items on a single line.

Note: Refer to the Example of Overflow Modes in Blazor Breadcrumb Component.

Responsiveness

The Blazor Breadcrumb component provides responsiveness support by default. The Breadcrumb’s UI automatically changes to overflow mode when the screen size changes. So, it will adapt based on the device, providing optimal user experience on phones, tablets, and desktops applications.

Reference

For more details, refer to our Blazor Breadcrumb live demos and getting started documentation.

Conclusion

Thanks for reading! We hope you enjoyed this quick introduction to the design and available features of the Blazor Breadcrumb component. If you would like to give it a try, please download our latest version in the 2021 Volume 4 release and provide your valuable feedback. Also, check out our Release Notes and What’s New pages to see all the other updates in this release.

Also, you can contact us through our support forumssupport portal, or feedback portal. We are always happy to assist you!

Related blogs

Tags:

Share this post:

Popular Now

Be the first to get updates

Subscribe RSS feed

Be the first to get updates

Subscribe RSS feed