Blazor Breadcrumb Example - Keyboard Navigation
This sample demonstrates the keyboard navigation functionalities of the Breadcrumb component.
Simple Breadcrumb
The Breadcrumb component supports interaction with keyboard navigation. Below key combinations can be used in Breadcrumb to perform various actions.
- Alt + J - Focuses on the first component of the demo.
- Tab - To navigate to the next item.
- Shift + Tab - To navigate to the previous item.
- Enter - To click the item.
See also