A multi theme, completely accessible, with components and pages examples, ready for production dashboard.
๐งช See it live
- ๐ฆฎ Thoroughly accessible
- ๐ Light and dark themes
- ๐ Styled with Tailwind CSS
- ๐งฉ Various components
- โ React version
Clone or download this repo and everything you need is inside the public
folder.
This dashboard was developed with a11y in mind since the beginning.
- Every text passes the WCAG Level AA (at least)
- It is completely keyboard navigable
- I actually used NVDA to read my screen during development
Everybody can benefit with good accessibility practices, like the modal, for example (test it live). It uses focus trap techniques to not loose focus when navigating via keyboard and thinking of mobile users with large screen devices, it is placed in the bottom of the screen.
It uses Tailwind CSS for styling, and some may say it is totally biased, but it uses the most simple theming plugin there is for it, Tailwind Multi Theme plugin (made by me). The result is that, as with regular Tailwind, you have control over every style in your pages.
You can see that by navigating through the examples, changing theme and going visiting pages like login or create account, to see different images served for different themes.
Theme auto detection based on user's OS preferences and local settings storage are enabled by default.
TODO
- Make charts accessible through hidden data
- Refactor and split
shadow-outline-<color>
plugin - Paginate tables with Alpine
- Focus first element when dropdowns are opened