DEV Community

Discussion on: I created a collection of UI Components for React built with Tailwind CSS

Collapse
 
akallabeth profile image
Graziano Statello

That makes sense thanks, I quite like the idea behind tailwindcss, but I wish it could allow to use javascript to build the classes...

Thread Thread
 
enochndika profile image
Enoch Ndika

It’s possible to use JavaScript to build classes with tailwindcss (Css in Js). Check out the library twin-macro

Thread Thread
 
akallabeth profile image
Graziano Statello

Interesting! I will have a look, thanks for it!