# BaseImageGrid
Base Component to render 1 to 4 images in a static grid
# Props
Prop name | Description | Type | Values | Default |
---|---|---|---|---|
alt | specify alt text (used for each image) | string | - | '' |
lazyload | specify lazy image loading | boolean | - | true |
images | specify images to display in a grid array variants to render a single image using src or srcset for a responsive image:src: ['path'] srcset: [{ '640w': 'path' }] | array | - | [] |