Usage

A carousel slideshow displays one slide at a time.

It is different from a horizontal scroll view ScrollView(.horizontal) which simply displays content horizontally.

Carousels are by their nature a customized feature, and require special attention.

Single point / non-path gesture requirement

To meet WCAG 2.5.1 Pointer Gestures (Level A) a carousel slideshow must provide a single point activation.

For example, a “Next slide” button is provided that doesn’t require swiping gestures for people with limited mobility.

Related carousel slideshow entries