seek-oss / playroom

Design with JSX, powered by your own component library.
MIT License
4.45k stars 183 forks source link

[Feature Request] Accessibility tool integrated in playroom #317

Closed yceballost closed 1 month ago

yceballost commented 5 months ago

This is a really nice to have, but anyway, I throw the idea...

I was thinking to have the possibility to have a tab that show a live accessibility test using Axe-Core or Pa11y (or combined)

I think this feature helps to make accessibility more present when prototyping solutions, be it with components from a library or custom creations with primitives from that library.

The visualization can be similar like this idea https://github.com/seek-oss/playroom/issues/255, a new tab with the results

askoufis commented 1 month ago

Thanks for the request!

Playroom is primarily focused on prototyping. Accessibility tools like the ones you've linked are more focused towards catching issues during development/CI.

Additionally, the browser dev tools, browser extensions and other third-party tools can already surface accessibility issues in Playroom for you.