Media
Image
Renders a generated image from base64 or binary data with responsive sizing and rounded corners.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| base64 | string | - | Base64 encoded image data |
| mediaType | string | - | MIME type (e.g., "image/png") |
| alt | string | - | Alt text for accessibility |
| className | string | - | Additional CSS classes |
Import
import { Image } from '@blastx/ui-ai';