damusnet/react-swipeable-drawer

Figure out a11y

Opened this issue · 0 comments

I had to disable eslint accessibility rules ("jsx-a11y/no-static-element-interactions": "off") in order to publish the library.

Adding a role and a tab-index to the swipeable zone of the <DrawerOverlay /> adds a nasty looking focus border.

Any help with getting the accessibility settings for this library would be greatly appreciated.