UNPKG
react-formio-helper
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
Helper library for apps built with react and form.io.
react-formio-helper
/
src
/
containers
/
Edit.jsx
12 lines
(10 loc)
•
276 B
JSX
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
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
>
); };