Blazor Accordion Example - Keyboard Interaction
ASP.NET MVC
JavaScript
This sample demonstrates keyboard shortcuts applicable to the Blazor Accordion component for enhanced accessibility and user interaction.
The following key combinations enable various Accordion actions:
- Focus Navigation
- Alt + J - Focus the first component in the demo
- Home - Focus the first Accordion header
- End - Focus the last Accordion header
- Down Arrow - Focus the next Accordion header
- Up Arrow - Focus the previous Accordion header
- Expand and Collapse
- Enter or Space - Expand or collapse the focused Accordion header