Rate this page:
An image.
1 2import ForgeUI, { Image } from '@forge/ui';
Name | Type | Required | Description |
---|---|---|---|
alt | string | Yes | The alternative text displayed if the image is not loaded. |
src | string | Yes | The URL of the image. |
size | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge' | The size of the image. Defaults to xlarge . |
1 2<Image src="https://media.giphy.com/media/jUwpNzg9IcyrK/source.gif" alt="homer" />
Rate this page: