`ImageAsset` (component)
========================
A component that loads an image, allowing images to be loaded relative to the main asset/plugin folder.
Props are passed through to ``
Props
-----
### `src`
- **Required**
- Type: String
- Default: null
Image location to pass through to ``.
### `alt`
- **Required**
- Type: String
- Default: null
Alt text to pass through to ``.