themesberg / flowbite

Open-source UI component library and front-end development framework based on Tailwind CSS
https://flowbite.com
MIT License
7.98k stars 746 forks source link

looking to use mui with tailwind css #270

Closed cadentic closed 2 years ago

cadentic commented 2 years ago

I'm always frustrated when i tried to use tailwind with naterial-ui

Describe the solution you'd like i want to use tailwind with material-ui <Card sx={{ flexDirection: 'row', maxWidth: 545, borderRadius: "20px", spacing: "125px", boxShadow: "7px", alignItems: 'stretch' , hover:bg - grey - 500 }} elevation={4} position="relative" > Describe alternatives you've considered need to get into something else eg. styled-components

clementmas commented 2 years ago

This is not a Flowbite issue. Are you in the wrong repo?

zoltanszogyenyi commented 2 years ago

Hey @cadentic,

You can check out Flowbite React as an alternative to Material UI + Tailwind CSS.