Skip to content
Junaid Bhura edited this page Mar 1, 2019 · 1 revision

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

Usage

import { Figure } = gumponents.components;

<Figure
	value={ imageObject }
/>