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