./images/bootstrap-logo.png React Code Example


Example 1: import img react


import shoe1 from './img/shoe_01.jpg'
const Shoe = (e) =>
{
return (
<div className="shoe-container">
<img src=
{shoe1} alt=""/>
</div>
);
}

Example 2: how to use saved image on react


<img alt="timer" src={require('./images/timer.png')} />

Comments

Popular posts from this blog

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"

Android How Can I Convert A String To A Editable