Example of Keyboard Navigation in ASP.NET Core Carousel Control
This sample demonstrates the keyboard navigation functionalities of the ASP.NET Core Carousel component.
DEMO
SOURCE
The Carousel
component can be interacted with keyboard navigation. Below key combinations can be
used in Carousel to initiate various actions.
- Alt + J keys to focus the carousel component (done at application end).
- Arrows keys to navigate between slides.
- Home to navigate to the first slide.
- End to navigate to the last slide.
- Space to play/pause the slide transitions.
- Enter to perform the respective action on its focus.
More information about ASP.NET Core Carousel component keyboard navigations can be found in this documentation section.