-
☝️Web Components are such an underrated technology. I should really start using them more. For example GitHub publishes some of the best, accessible, low-level components out there: github.com/search?p=2&q=topic%3Aweb-components+org%3Agithub&type=Repositories Here are a few @tailwindcss examples ↓
-
For example, I could easily convert the tabs examples of @tailwindui into a working prototype in no time with the tab-container-element. github.com/github/tab-container-element (6 lines of custom CSS were needed though)
-
Or this modal window built with the details-dialog-element. 🤯 github.com/github/details-dialog-element The only drawback so far, is no proper transition support.