Image
The Image component replaces the <img> tag.
import { Image } from 'minerva-ui';Props
These are props related to the Image component.
| Name | Type | Is Required | Default | Description | 
|---|---|---|---|---|
| src | string | optional | none | Path or URL to image source | 
| alt | string | optional | none | Alternate text that describes image for screen reader users |