A great resource for finding accessible patterns for common UI requirements, as well as including stacks of accessibility best practices 🔥♿
- Source
- Link to Original 🔗
- Published
- Categories
- Inclusion
- Tags
- a11y, styleguide, best practice, form, guide, tips
Explore Other Notes
⬅ Newer
The component gallery
Building a tooltip? A carousel? A password input? I can strongly recommend checking if the Component Gallery has a page on whatever UI pattern you're working …
Older ➡
Partial hydration with 11ty and Preact
A great rundown of how to build a site using Preact and Eleventy that gives you the best of SPA-lite hydration and the speed/resilience of SSGs, all with the power of progressive …
- <!DOCTYPE html> <html> <head> <title></title> </head> <body> <p>A great resource for finding accessible patterns for common UI requirements, as well as including stacks of accessibility best practices …</p> </body> </html>
- Murray Champernowne