UNPKG

react-formio-helper

Version:

Helper library for apps built with react and form.io.

10 lines (8 loc) 143 B
import React from 'react'; export default () => { return ( <div className="form-container"> <h2>Container</h2> </div> ); };