0
MaterializeCSS + React
Hello, I'm working on a React app and hoping to use MaterializeCSS for UI stuff. Problem is when I try to add JS components, it's not working. (Other CSS components are working properly.) Can anyone tell me how to add JS components to a React app? Thanks.
3 Respostas
+ 1
You need to import js components using
"import" statement
Suppose if you want to import Jquery simply use
import $ from "jquery'
0
Shakir Dodhiya Thank you very much. The problem was solved.
0
Chamin Jayasooriya
Welcome