How to use materialize-css with React?

后端 未结 13 1825
太阳男子
太阳男子 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:18

    You can copy into "imports" folder and add by

    import '../imports/stylesheets/materialize.min.css';
    

    or use this for LESS example

    @import '{}npm-package-name/stylesheets/...';
    

提交回复
热议问题