How to use materialize-css with React?

后端 未结 13 1843
太阳男子
太阳男子 2020-12-07 17:52

I have a Meteor/React project, using ES6 modules. I\'ve installed materialize-css using npm, but I\'m not sure how to actually use the Materialize classes in my JSX code. Wh

13条回答
  •  广开言路
    2020-12-07 18:13

    I don't know am I too late to put this answer. You can use componentDidMount like this video

    However, It does not use react-hooks. You'd better use react hooks (useEffects)

提交回复
热议问题