UNPKG

react-formio-helper

Version:

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

12 lines (10 loc) 276 B
import React from 'react'; //import Formio from 'react-formio'; export default () => { return ( <div className="form-edit"> {/*<Formio src="currentResource.submissionUrl" submission="submission" hide-components="hideComponents"/>*/} Edit </div> ); };