accessible-menu
accessible-menu copied to clipboard
Feat: Live demo site
Summary
There is a demo directory in accessible-menu with a functional site that allows you to swap between single-level/two-level/three-level menus using native-dom/disclosure menus/top link disclosure menus/menubars/treeviews with toggling hovers options.
I would love to get this on a subdomain for people to play with- something like demo.accessible-menu.dev. This would not be the same as the code pens because that lets developers play around with the code, but having a site where people can just see the functional menu types would be great.
Right now we're using github pages to host the docs site, but if we move to something like DigitalOcean or maybe the OG doc site Netlify, maybe we can set this up- I don't know how Netlify handles subdomains that aren't just branches, so that might not be an option.
Solution
- [ ] Host the demo site somewhere people can see
Alternatives
- [ ] Host it inside the docs site (which would remove the need to move off of github pages).