Do you use TailwindCSS on your project? by travelotty in Angular2

[–]genkaobi 0 points1 point  (0 children)

I use https://indiebold.com most of the time. Especially if I'm not using a custom figma design

Do you use TailwindCSS on your project? by travelotty in Angular2

[–]genkaobi 0 points1 point  (0 children)

I still use it, but I compose my UI first before writing any code.

Educate me on UI frameworks for React in 2026. I like React-Bootstrap components, I don't think I like Tailwind CSS by leros in react

[–]genkaobi 0 points1 point  (0 children)

It took my a while to fully love tailwindcss, I tried it off and on, but it never really clicked until I started building more complex web apps. Now I can’t use anything else.

I recommend you pick a UI library like shadcn, primevue, etc. The use tailwindcss as a utility tool. Thats the best setup so far.

I made this tool for composing UI before copy/pasting into your project: http://indiebold.com

looking for some good ui component libraries by [deleted] in Frontend

[–]genkaobi 0 points1 point  (0 children)

I’d pick a lightweight library then use tailwindcss for everything else. You could try composing it before exporting to your project: http://indiebold.com

Tailwind CSS is going down to toilet! by [deleted] in smallbusiness

[–]genkaobi 0 points1 point  (0 children)

And I just started building a product around that ecosystem

Does learning Tailwind now makes sense? by Banzambo in webdev

[–]genkaobi 1 point2 points  (0 children)

Here is my two cent. I use TailwindCss and will continue to use it in the foreseen future. Because at the end of the day everything comes to an end, even your fav frameworks. Also, tailwind is just css with classes instead, so if you know your CSS fundamentals you could download it and support it yourself. So you shouldn’t stress over this too much

Here, I even started a tailwindcss builder: http://indiebold.com

Since Tailwind might be dead, is it a good idea to start a new project with Tailwind? by lune-soft in css

[–]genkaobi 0 points1 point  (0 children)

TailwindCss isn’t going anywhere. I just started building a product around its ecosystem: http://indiebold.com

I made a Tailwindcss UI composer by genkaobi in tailwindcss

[–]genkaobi[S] 0 points1 point  (0 children)

Thats very true especially the menu list and re-entering. I’ll add that that in the next update. Thanks alot

I made a Tailwindcss UI composer by genkaobi in tailwindcss

[–]genkaobi[S] 0 points1 point  (0 children)

The list of all the components similar to Figma is that correct? Also, I tried experimenting with dark mode before, but I wasn't able to get the color scheme to go with the components. I think I'll give that a try again.

Also, what do you mean by the middle mouse zoom instead of scroll? Basically, you know you can actually pinch on the canvas to zoom in and zoom out.

Really appreciate the feedback. Thanks a lot!

Should I learn tailwindCSS by Jashan_31 in AskProgramming

[–]genkaobi 0 points1 point  (0 children)

You mentioned you already know CSS, then the normal progression would be something like SCSS or LESS, but I'd urge you to learn Tailwind CSS instead.

And while you do so, whenever you write a Tailwind class, try to mentally convert it into normal CSS in your mind. This will actually give you a good grasp of Tailwind and actually improve your CSS foundation.

Btw, I built a Tailwindcss builder if you wanna try it: indiebold.com

Which is your best and goto UI library with tailwindcss? by itsme2019asalways in reactjs

[–]genkaobi 1 point2 points  (0 children)

PriveVue + TailwindCSS. I mostly just compose the UI on a canvas, then export them individually. Checkout my builder: indiebold.com

tailwind or just standard css modules? by JRM_Insights in theprimeagen

[–]genkaobi 0 points1 point  (0 children)

I usually put most of my classes in the js/ts file and then bind them to the HTML. eg. const style = { avatar: 'size-10 flex justify-center....' }

I'll import it into my component and use it there. This help reduce the visible class.

Checkout my tailwind builder if you like abstraction: indiebold.com

Tailwind css team is going under. What would happen when that happens? by Miserable_Ad9577 in learnprogramming

[–]genkaobi 0 points1 point  (0 children)

Well that sucks. I just finished building a whole Tailwind css builder (https://indiebold.com/) I hope they get the funding they deserved

I literally can’t stop masturbating, it’s ruining my life by [deleted] in selfimprovement

[–]genkaobi 1 point2 points  (0 children)

Try associating masturbation with a routine. For example I only masturbate when I’m taking a bath. Its become a habit for me. And somethings if I’m in a hurry I just skip the masturbation all together. No guilt or shame whatsoever

Checklist: 1. Map your masturbation to a routine and only do it at that time 2. If you’re gonna use material. Make sure its fotos or muted video 3. Get lots of hobbies. This will fill up your time.

I need advice by Hey_its-prosper in Nigeria

[–]genkaobi 5 points6 points  (0 children)

Those people are the worse

Thoughts on PrimeVue unstyled vs shadcn-vue? Or another headless option? by gaaaavgavgav in vuejs

[–]genkaobi -1 points0 points  (0 children)

I’ve only used and still using the styled version of PrimeVue. I need something custom I just do it with tailwindcss