Hacker News new | ask | show | jobs
by jonjlee 289 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.
1 comments

these are cool but are CSS only, there is no interactivity.
Also building a component library atop tailwind feels so disgustingly wrong