Remix.run Logo
jonjlee 7 days ago

DaisyUI and HyperUI, which are both full component libraries based on tailwind, play well with lit. You either opt out of using the shadow dom or import the global styles into the component. Both methods have official lit support.

agos 7 days ago | parent [-]

these are cool but are CSS only, there is no interactivity.

paradox460 7 days ago | parent [-]

Also building a component library atop tailwind feels so disgustingly wrong