Install Material Tailwind #15958
Unanswered
coder-harsh
asked this question in
Help
Replies: 2 comments 1 reply
-
You can use |
Beta Was this translation helpful? Give feedback.
0 replies
-
can you explain more please |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey how to use material tailwind with tailwind css 4
const withMT = require("@material-tailwind/react/utils/withMT");
module.exports = withMT({
content: [],
theme: {
extend: {},
},
plugins: [],
});
In tailwind.config.js
Beta Was this translation helpful? Give feedback.
All reactions