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
/
View.jsx
12 lines
(10 loc)
•
228 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
() => {
//<Formio src="currentResource.submissionUrl" read-only="true"/>
return
(
<
div
className
=
"form-view"
>
View
</
div
>
); };