Skip to content

Image

Used to display images.

Example image
import { Image } from '@fintech-sandpit/ui/react';
return (
<Image
src="https://example.com/image.png"
alt="Example image"
className="max-w-64"
/>
);
NameTypeRequiredDescription
srcstringYesImage source URL
altstringYesImage alternative text