Hacker News new | ask | show | jobs
by tshaddox 1654 days ago
These days don't most popular React UI frameworks support passing classes to all the HTML elements they render?
1 comments

They do based on what I've seen, you're right. I'm speaking more to the consistency of styling across the project, but if the UI library is separated out from the rest of the project then it shouldn't actually be a concern to compose the components with tailwind-styled elements.

Thanks for helping me think through it further!