FormidableLabs / nuka-carousel

Small, fast, and accessibility-first React carousel library with an easily customizable UI and behavior to fit your brand and site.
https://commerce.nearform.com/open-source/nuka-carousel
Other
3.07k stars 595 forks source link

Add `inert` attribute to slides that are not visible #839

Closed vaishal closed 2 years ago

vaishal commented 2 years ago

Description

Toggles the inert attribute on slides depending on their visibility. No longer bundles the inert polyfill with the package, allowing devs to have control over how/if the polyfill is included.

The README will need to be updated to inform devs of the inert change to enable full a11y behaviour.