How to import css file for into Component .jsx file

后端 未结 3 798

I am trying to use the react-day-pickers component like so but I can\'t figure out how to import the .css file and I keep getting the error:

Module parse fai         


        
3条回答
  •  耶瑟儿~
    2021-01-06 19:07

    JSX is not CSS. In your main HTML file, just add a element to the CSS file, and the DOM generated by React will use it.

提交回复
热议问题