The Image component renders an img element with basic styling to stop it from overflowing its parent element or expanding beyond its natural size and distorting.
<Image
src="https://picsum.photos/id/919/300/200"
alt="An Atom Learning user riding a pencil rocket"
/>
API Reference
| Prop | Type | Default | Required |
|---|---|---|---|
as | JSX.IntrinsicElements | - | - |
fluid | boolean | - | - |