How to import image (.svg, .png ) in a React Component

后端 未结 7 1259
一整个雨季
一整个雨季 2020-12-04 23:30

I am trying to import an image file in one of my react component. I have the project setup with web pack

Here\'s my code for the component

import Di         


        
7条回答
  •  猫巷女王i
    2020-12-04 23:37

    I also had a similar requirement where I need to import .png images. I have stored these images in public folder. So the following approach worked for me.

    Image1 
    

    In addition to the above I have tried using require as well and it also worked for me. I have included the images inside the Images folder in src directory.

    Image1
    

提交回复
热议问题