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
Alpine Tailwind Series: Tailwind CSS Dark Mode
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
Tailwind Alpine Series: Tailwind CSS Dark Mode
Enabling dark mode in Tailwind CSS
I had never implemented dark mode in Tailwind before, but it was such a breeze I decided to make it even easier for you.
Anthony Rappa