Flow

Components

Image

Mit der Image-Komponente können Bilder angezeigt werden.GitHub
mittwald

Beispiel

mittwald
import Image from "@mittwald/flow-react-components/Image";

<Image
  src="https://mittwald.github.io/flow/assets/mittwald_logo_rgb.jpg"
  alt="mittwald"
  width={200}
/>
Feedback geben