Image

import Image from 'frui/formats/Image';
Copy

Props

NameTypeRequiredNotes
altstringNoAlt text for image
classNamestringNoStandard HTML class names
heightstring|numberNoHeight of image
styleCSS ObjectNoStandard CSS object
valuestringYesDefault value
widthstring|numberNoWidth of image

Basics

<Image value="https://images.wsj.net/im-580612/8SR" width="100" />
Copy