HACKER Q&A
📣 thatxliner

What's your favorite UI library?


I'll start with mine: DaisyUI. As a CSS-only framework built on TailwindCSS, it's compatible with any web framework. Plus it looks good.


  👤 photon_collider Accepted Answer ✓
I like using the shadcn/ui library: https://ui.shadcn.com

👤 pseudocomposer
For web-first, Tamagui is really lovely for me. Though it’s really more a UI library + build system, like Flutter. And for native-first, Flutter takes it.

👤 rtcoms

👤 joshxyz
mui.com only. it has all the components i need for a small project to a large project. i still layout my component placements with tailwind.

👤 bnchrch
Chakra is my go to: https://chakra-ui.com/

But Shadcn is my darling: https://ui.shadcn.com/


👤 jo_beef
Shadcn/ui and TailwindUI. I want to love Mantine but I don't enjoy having to style in a separate file.

👤 solardev
MUI. It works very well and has great documentation and examples. Makes frontend work so much faster.

MUI is the single biggest improvement to my workflow in 20 years of doing this.


👤 lgkk
mui. Has everything I need. Easy to customize. Works.

At this point I just do whatever is best for solving my customers problems. Really could care less what hipster shenanigans are going on under the hood. Just want something that’s easy and done.