@iqvizyonui/react-image
v9.4.5
Published
Iqvizyon UI React Image component.
Readme
@iqvizyonui/react-image
Image components for Iqvizyon UI React
Usage of Image component ensures consistent styling and behaviour of images in your application based on the Iqvizyon UI Design System.
Usage
To import Image:
import { Image } from '@iqvizyonui/react-components';Examples
<Image src="example_image.png" />
<Image src="example_image.png" alt="Example image" />;
<Image src="example_image.png" bordered />;
<Image src="example_image.png" fit="contain" />;
<Image src="example_image.png" shadow />;
<Image src="example_image.png" shape="circular" />;See Iqvizyon UI Storybook for more detailed usage examples.
Alternatively, run Storybook locally with:
yarn start- Select
react-imagefrom the list.
Specification
See SPEC.md.
