Skip to content
Junaid Bhura edited this page Feb 1, 2019 · 2 revisions

A helper component to use along with ImageControl and SelectImage. It converts an image object generated by these components into an <img> tag.

Usage

import { Img } = gumponents.components;

<Img
	value={ imageObject }
/>