2

Tailwind Css + Material Ui in a single react project.
Anyone used?
Share your experiences if did so.

Comments
  • 0
    Are you thinking there would be some conflicts between the two?
  • 0
    @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 .
  • 1
    Dumb idea
  • 4
    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?
  • 1
    @sheriffderek I was struggling with tables in tailwind css . So opted for material + tailwindcss
  • 4
    @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.
  • 0
    @sheriffderek "I want WordArt!"
  • 4
    @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.
  • 0
    <table>
    <tr>
    <td>
    </td>
    </tr>
    </table>

    This solution brought to you by the stopoverfuckingcomplicatingfuckingeverything gang.
Add Comment