daisyUI v5.6 is now available!

Lit Tailwind CSS

Use Tailwind CSS and daisyUI in Lit with shorter web component styles

Lit Tailwind CSS

Tailwind CSS gives Lit components a flexible style layer

Lit is about small, reusable web components. Tailwind CSS gives those components a direct styling system without inventing a CSS API for every part.

That is useful when a component needs to travel across apps. Utility classes make visual rules explicit, and Tailwind CSS can live in the same build pipeline as the component library or host app.

The hard part is repetition. A Lit template can become crowded when every button, input, card, and alert carries long utility strings inside template literals.

Lit templates need less repeated styling text

Lit components already contain properties, events, slots, and rendering conditions. Long class strings make those pieces harder to see. With shadow DOM, you also need to be deliberate about how compiled CSS reaches the component.

LLMs are sensitive to this too. A web component with repeated Tailwind CSS utilities consumes context quickly, especially when the model also needs to preserve imports, reactive properties, and event names.

Lit + Tailwind CSS + daisyUI

daisyUI gives Lit components a shorter vocabulary for common UI while keeping Tailwind CSS available for custom details.

  • : Use btn, card, input, badge, and alert for repeated component parts.

  • Lit keeps behavior: Properties, events, slots, and rendering remain in Lit.

  • Works with the documented CSS path: The install guide shows how to make compiled CSS available to shadow DOM elements.

  • Better AI context: Less repeated styling text leaves more room for component API and behavior.

Lit stays portable. daisyUI keeps Tailwind CSS from taking over every template.

daisyUI is so good! I love how it sticks with the basic HTML components. Truly great.

Nico Devs
Software Engineer

DaisyUI just looks amazing.

Kelvin Htat
Solo founder

I used daisyUI theme generator's Halloween theme and tweaked it to what I want and now, I'm so proud of what I've got!

Ade
Software Engineer

I've been *enjoying daisyui* since I discovered it very recently, great job!

Vincent Bergeron
Software Developer

Been using daisyUI for a while and I must say...such a fun addon for Tailwind CSS, well done 🔥

Dev Ed
Content Creator

Can't state how much I love daisyUI ♥️

rootkid
Software Developer

Install Tailwind CSS and daisyUI for Lit

The Lit guide uses Vite. Install Tailwind CSS, @tailwindcss/vite, and daisyUI, add the Tailwind CSS Vite plugin, put @plugin "daisyui" in src/index.css, then make the CSS available inside your Lit element.

For the exact commands and shadow DOM example, see How to install daisyUI with Lit.

daisyUI is the most popular
component library for Tailwind CSS

Used by engineers at

Meta Research
Alibaba
Amazon
Adobe
Pepsico
Google Cloud