nodexpert:image-component

v0.0.1Published 8 years ago

This package has not had recent updates. Please investigate it's current state before committing to using it in your project.

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"
}