Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 278 Bytes

Image.md

File metadata and controls

12 lines (7 loc) · 278 Bytes

<Image />

Use the <Image /> component to render a primitive image that saves the aspect ratio.

<Image src='https://priceline.com/myimage.png' />

// Adding fixed width
<Image src='https://priceline.com/myimage.png' width='300' height='200' alt='My Image'/>