Add an image
src/App.js
import React from 'react';
import Image from './components/minute-components/image/Image';
export default function App() {
return (
<div>
<Image url="https://i.ibb.co/CKcBRbC/13-Interesting-Facts-About-Bangalore-I-Mi-Stay.jpg" height="200px" bnw={true}/>
</div>
);
}
Parameters
url: Set this to the url of the image source
height: It signifies the height that you want to give to the image
bnw: Set it to true for the black and white version of the image