Most active commenters
  • bikeshaving(3)

←back to thread

304 points ulrischa | 11 comments | | HN request time: 0.411s | source | bottom
Show context
bikeshaving ◴[] No.44686961[source]
This is a exciting use-case for custom elements, and probably how tailwind should have been implemented from the start, but it’s hilariously a paid feature?! (https://tailwindcss.com/plus#pricing) Intuitively, I’d expect the custom elements to be free and the framework integrations to cost money.
replies(4): >>44686977 #>>44687096 #>>44687163 #>>44690620 #
1. gavinray ◴[] No.44686977[source]
Tailwind Plus is a paid collection of UI components and templates.

TailwindCSS itself is meant to be nothing more than a styling tool, like Bootstrap...

replies(2): >>44687008 #>>44689417 #
2. bikeshaving ◴[] No.44687008[source]
The title of the blog post mentions Tailwind Plus so I’m assuming it’s a paid feature. The ambiguity is probably intentional.
replies(1): >>44687074 #
3. Alupis ◴[] No.44687074[source]
It's not very expensive, all things considered. $299 for a single-user perpetual license (includes all future updates too) or about $1k for a team license[1].

If it saves you a bunch of time writing and maintaining the sort of components they are showing off, probably worth it?

[1] https://tailwindcss.com/plus#pricing

replies(3): >>44687164 #>>44687639 #>>44687692 #
4. bikeshaving ◴[] No.44687164{3}[source]
Listen, I’m not against the Tailwind team getting their bag – they worked hard and created an amazing open source library. I just don’t think it’s in the interest of either users or maintainers to put vanilla JavaScript support behind a paywall.

Edit: apparently all framework integrations and the whole library and functionality is behind the same paywall? And regular tailwind is just the css classes/build process that I used to know? Do people not understand how casual readers might be confused about all this?

replies(3): >>44687188 #>>44687227 #>>44687239 #
5. monkey_monkey ◴[] No.44687188{4}[source]
The entire component library is behind a paywall...are you saying they should be giving away the vanilla JS version?
6. yieldcrv ◴[] No.44687227{4}[source]
You can use vanilla tailwind with vanilla JavaScript
7. ◴[] No.44687239{4}[source]
8. whatever1 ◴[] No.44687639{3}[source]
ChatGPT can just steal it for me!
9. cschmatzler ◴[] No.44687692{3}[source]
Yeah I strongly emphasise with them getting their money - the only problem with headless components being behind a paid license is that you cannot build a design system on top of them and open source it.
10. conradfr ◴[] No.44689417[source]
Bootstrap has javascript components.
replies(1): >>44693070 #
11. dzonga ◴[] No.44693070[source]
different business models. bootstrap was made by twitter which was making money in it's way. while tailwind their monetary model is selling components.

for me the only thing I wish bootstrap had was the money color options tailwind has e.g bg-indigo-400 etc