←back to thread

304 points ulrischa | 7 comments | | HN request time: 0.838s | source | bottom
1. ayhanfuat ◴[] No.44687694[source]
I wouldn’t get too excited about it to be honest. At one time they were also supporting Vue but it is now basically abandoned.
replies(4): >>44687865 #>>44688010 #>>44688435 #>>44688490 #
2. dawnerd ◴[] No.44687865[source]
They also had a figma design library that went away. Kinda silly if you want to get designers on the same page.
replies(1): >>44688200 #
3. croes ◴[] No.44688010[source]
It’s tailwindcss for a reason
4. GenerWork ◴[] No.44688200[source]
At this point, the new crop of AI enhanced design tools are basically skipping vector based design and jumping right to code. A lot of them are using ShadCN/UI which is styled using Tailwind, so it's more like designers are somewhat unknowingly getting onto the same page as Tailwind.
5. spankalee ◴[] No.44688435[source]
This is Vue support.

With so many frameworks out there it's infeasible to build custom wrappers for them all. With web components they can build once, and work everywhere. It's only up to the frameworks to make sure they have great web components support (which just means great HTML support).

6. skrebbel ◴[] No.44688490[source]
Vue has great web component support. Even React 19 (finally!) does.

Web components are a mess but this is a great application of them: shipping reusable components that work in all frameworks. It's the one and only killer application of web components.

Frankly I'm surprised they're marketing this as "for vanilla javascript" and not as a "now supports all frameworks" type positioning.

replies(1): >>44688569 #
7. ayhanfuat ◴[] No.44688569[source]
That’s not really the point. Tailwind UI depends on Headless UI. Headless UI had both Vue and React packages. The Vue package was abandoned. Many are in the process of finding workarounds for the issues or moving to another library. This new shiny thing can be used in Vue, sure. I know better now to not build anything on top of it though.