Skip to content

nodexpertsdev/react-image-component

Repository files navigation

ImageComponent Component Documentation

Calling of ImageComponent Component

    <ImageComponent  /> 

Parameters of ImageComponent Component

images Array

It is an array of objects containing URL or string of image.

Example of ImageComponent

    <ImageComponent
		images={images}
	/>

Usage of images

{
	url:"A pulic URL of image or base64 string of image"
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published