- classless CSS
- [classless-css](https://github.com/dbohdan/classless-css)
- class-based
- tailwind
- component-based
- [Elastic UI](https://eui.elastic.co/#/) - seems quite coupled with JS, might be hard to decouple
- [Kushi Playground](https://kushi.design/) - seems limited, CLJS lib
- [daisyUI](https://daisyui.com/) - based on TailWind, there should be an HTML-only version
- shadcn (react)
- html-only [franken-ui](https://www.franken-ui.dev/)
- bootstrap
Some discussions:
- [HN discussion on franken-ui ](https://news.ycombinator.com/item?id=40122999)
Some thoughts:
- I want to spend as little as possible on css, I'd like some high ROI. This leads me to use component-based libs or maybe consider classless CSS as well. Tailwind is out of the choices though.
- For now, it seems to be something between bootstrap, DaisyUI and FrankenUI.