1.1.0 • Published 5 years ago

@ds-kit/image v1.1.0

Weekly downloads
-
License
LicenseRef-LICENS...
Repository
-
Last release
5 years ago

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>