react-compare-image
react-compare-image copied to clipboard
Is there a way to control the slide position using the keyboard?
I think this could be interesting because of accessibility issues.
Changing the sliderPositionPercentage
doesn't seem to work
We are using ReactCompareImage for a slider on our homepage of https://avif.io/. We updated the website for high accessibility support. Unfortunately, we couldn't find a solution for the slide handle. Would highly appreciate an accessible version!
I published the vue3 version of this package which I forked from the vue2 version, I added the keyboard navigation option for accessibility. I'm working on porting that to the react version... I'll open a pull request once I'm done... stay posted.