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
Use CDN:
Then const M = window.M; to do initialization.
const M = window.M;