Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@N00bPancakes didn't experience any conflicts yet but I doubt if I fully try to use tailwindcss with material ui .. I will get some . But I wonder what other people faced .
-
Just use CSS - is my suggestion. Otherwise all the code is horrendous and ugly and / really... how much style are you really even going to have? A drop shadow?
-
@sheriffderek I was struggling with tables in tailwind css . So opted for material + tailwindcss
-
@spantheslayer this may sound rude... but if you are “struggling with tables” - then you still have a lot to learn about HTML and CSS. Most people are terrible at this stuff.. so, that’s why everyone reaches for those tool. They are avoiding just learning the proper things.
-
@spantheslayer
I would certainly avoid throwing two large CSS frameworks for a table. I think getting back to why the table wasn't working would be best. -
<table>
<tr>
<td>
</td>
</tr>
</table>
This solution brought to you by the stopoverfuckingcomplicatingfuckingeverything gang.
Tailwind Css + Material Ui in a single react project.
Anyone used?
Share your experiences if did so.
rant