Tag: "Tailwind: 2.x"
Snippet 5: Creating a simple, but cool delete button with Alpine.js and TailwindCSS
Sometimes ideas pop into my head that I don't immediately need, but I think are a good exercise. So I carve out 15 minutes of my day to code an example to learn and save to my library of components for future use.
Anthony Rappa

Anthony Rappa
2 min read
85,863
views
Extending Tailwind CSS dark mode to use system preference
In a previous article, I showed you how to use Tailwind CSS to enable a dark theme on your application. Let's take it one step further and have it prioritize the user's system theme settings first.
Anthony Rappa

Anthony Rappa
3 min read
5,752
views