Accessible360 / accessible-slick

the last (accessible) carousel you'll ever need.
https://accessible360.github.io/accessible-slick
MIT License
259 stars 47 forks source link

Improve the wrapper markup #7

Closed jasonwebb closed 4 years ago

jasonwebb commented 4 years ago
jasonwebb commented 4 years ago

In 3c74fc6, a new setting is now available: regionLabel. Use it to provide custom text to use as the aria-label value on the wrapper (default is 'carousel').

This setting can also be defined through the data attribute data-regionlabel placed on the wrapper element used to initialize the Slick package.

Additional documentation is available in the main README in the New features and New settings sections.