Use dynamic data inside the src url in react JS . How to use data from variables or inputs in the url, here is the sample code for creating dynamic urls in React js.
<img src={`../images/card-icons/${item.imgURL}`} />
Use dynamic data inside the src url in react JS . How to use data from variables or inputs in the url, here is the sample code for creating dynamic urls in React js.
<img src={`../images/card-icons/${item.imgURL}`} />