Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/estevanmaito/windmill-dashboard
๐ A multi theme, completely accessible, ready for production dashboard.
https://github.com/estevanmaito/windmill-dashboard
Last synced: 26 days ago
JSON representation
๐ A multi theme, completely accessible, ready for production dashboard.
- Host: GitHub
- URL: https://github.com/estevanmaito/windmill-dashboard
- Owner: estevanmaito
- License: mit
- Created: 2020-06-09T18:33:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-28T08:03:50.000Z (9 months ago)
- Last Synced: 2024-10-01T13:23:47.137Z (about 1 month ago)
- Language: HTML
- Homepage: https://windmillui.com/dashboard-html
- Size: 665 KB
- Stars: 2,879
- Watchers: 48
- Forks: 480
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome - estevanmaito/windmill-dashboard - 02 star:2.9k fork:0.5k ๐ A multi theme, completely accessible, ready for production dashboard. (HTML)
- tailwindcss-awesome - estevanmaito/windmill-dashboard - ๐ A multi theme, completely accessible, ready for production dashboard. <br/> (156 stars / 2020-08-05 / 94 commits ) (Running the update / By Popularity)
README
# Windmill Dashboard
A multi theme, completely accessible, with components and pages examples, ready for production dashboard.
๐งช [See it live](https://windmillui.com/dashboard-html)
- ๐ฆฎ Thoroughly accessible
- ๐ Light and dark themes
- ๐ Styled with Tailwind CSS
- ๐งฉ Various components
- โ [React version](https://windmillui.com/dashboard-react)## ๐ Usage
Clone or download this repo and everything you need is inside the `public` folder.
## ๐ฆฎ Accessibility
This dashboard was developed with a11y in mind since the beginning.
1. Every text passes the WCAG Level AA (at least)
2. It is completely keyboard navigable
3. I actually used [NVDA](https://www.nvaccess.org/) to read my screen during developmentEverybody can benefit with good accessibility practices, like the modal, for example ([test it live](https://windmill-dashboard.vercel.app/modals.html)). 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.
## ๐ Multi theme
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](https://github.com/estevanmaito/tailwindcss-multi-theme#tailwind-css-multi-theme) (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.
## ๐ฎ Future
TODO
- [ ] Make charts accessible through hidden data
- [ ] Refactor and split `shadow-outline-` plugin
- [ ] Paginate tables with Alpine
- [ ] Focus first element when dropdowns are opened## OSS used
- [Tailwind CSS](https://tailwindcss.com/)
- [Tailwind Multi Theme](https://github.com/estevanmaito/tailwindcss-multi-theme)
- [Tailwind Custom Forms](https://github.com/tailwindlabs/tailwindcss-custom-forms)
- [PostCSS](https://postcss.org/)
- [Alpine.js](https://github.com/alpinejs/alpine)
- [Chart.js (charts)](https://www.chartjs.org/)
- [UI Faces (avatars)](https://uifaces.co/)
- [Heroicons (icons)](https://heroicons.dev/)