UNPKG

react-formio-helper

Version:

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

12 lines (10 loc) 228 B
import React from 'react'; //import Formio from 'react-formio'; export default () => { //<Formio src="currentResource.submissionUrl" read-only="true"/> return ( <div className="form-view"> View </div> ); };