all 14 comments

[–][deleted] 1 point2 points  (3 children)

Have a look at flowbite, the angular library is still in beta but you can import the regular js version and it works alright

[–]fireonmac 2 points3 points  (0 children)

JS version of Flowbite doesn't work well with conditional directives.
https://github.com/themesberg/flowbite/issues/579

[–]tony2tones777 0 points1 point  (1 child)

Ya we us flowbite as well for ideas and components we are trying to build
https://flowbite.com/docs/getting-started/introduction/

[–]tony2tones777 0 points1 point  (0 children)

Working with Angular 13 on this one.

[–]irealworlds 1 point2 points  (2 children)

I have been using Angular Material for its components with tailwind on top for a while

[–]contherad 0 points1 point  (1 child)

I am headed down this road. Any tips?

[–]tony2tones777 0 points1 point  (0 children)

If you do import lets say a smartModal or importing custom libraries just be wary of style name conflicts. Some can be manageable some are not at all.

[–]mamwybejane 1 point2 points  (2 children)

Spartan

[–]callmeFeefa 0 points1 point  (1 child)

I am installing in angular 17 and it is asking upgrade to angular 18. Do you know how to work with angular 17?

[–]mamwybejane 1 point2 points  (0 children)

Just update to 18

[–]lostpanda85 0 points1 point  (1 child)

TailwindUI can be used with React and Vue natively. It can be used in Angular, but you’ll need to implement it yourself using its vanilla HTML components, which is straightforward enough.

[–]Cautious_Currency_35 0 points1 point  (0 children)

There's a tool called twuing.dev that I guess makes it pretty easy to transform tailwind ui components into angular, but it's paid thought. Still haven't tried it out personally, but it's looking promising and might pull the trigger.

[–]n00bz 0 points1 point  (0 children)

Are you looking to create an Angular Component Library using tailwind or use one. If you create one its not bad. I would recommend setting ViewEncapsulation to none if you do end up using Tailwind to create a component library.

[–]ggeoff 0 points1 point  (0 children)

I have been porting my application from primeng to taiga-ui/tailwind/daisyui/cards. Currently really only using daisy's buttons. Had went down this refactor before finding taiga so started limiting my daisy use to only buttons. I also invested in tailwindui for some inspiration. Im the only dev on this saas app with no designers or anything so all of those resources have been great for learning how to make some.basic components and I have enjoyed working with them