Example of Keyboard Navigation in ASP.NET MVC Breadcrumb Control
This sample demonstrates the keyboard navigation functionalities of the Breadcrumb component.
DEMO
SOURCE
Simple Breadcrumb
The Breadcrumb
component can be interacted with keyboard navigation. Below key combinations can be used in Breadcrumb to initiate various actions.
- Tab to navigate to the next item.
- Shift + Tab to navigate to the previous item.
- Enter to click the item.
More information about Breadcrumb component keyboard navigations can be found in this documentation sectionopens in a new tab.