The sweet spot between Tailwind (too much) and Pico (too little). Just enough to build fast, clean, and modern UIs.
Get Started DocsBuild layouts quickly with utility classes and prebuilt components.
Built-in responsive grid and flex utilities make mobile-first design easy.
Use simple attributes like [ezy-animate="fade-in"] to add effects easily.
<button class="btn bg-blue text-white rounded">Click Me</button>
<div class="card bg-blue rounded-full p-3 pulse"> Pulsing </div>