@ds-kit/image
v1.1.0
Published
Image component
Downloads
5
Readme
title: "Image" slug: "/packages/image" category: "image" componentNames:
- "Image"
Image
import Image from "@ds-kit/image"
Basic Example
A basic example of an Image component can look like this:
<div>
<Image
src="https://www.datocms-assets.com/5436/1554707338-rotato-school-scatterplot-3.png"
alt="rotato-school-scatterplot"
/>
</div>