Image
import Image from 'frui/formats/Image';
Copy
Props
Name | Type | Required | Notes |
---|---|---|---|
alt | string | No | Alt text for image |
className | string | No | Standard HTML class names |
height | string|number | No | Height of image |
style | CSS Object | No | Standard CSS object |
value | string | Yes | Default value |
width | string|number | No | Width of image |
Basics
<Image value="https://images.wsj.net/im-580612/8SR" width="100" />
Copy