Blazor Accordion Example - Keyboard Interaction
This demo showcases the keyboard shortcuts applicable on Blazor Accordion.
ASP.NET MVC
JavaScript
Below key combinations can be used in Accordion to initiate various actions.
- Focus
- Alt + J - Focuses on the first component of 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 and collapse when the focus is on the Accordion header.