UNPKG
react-form-generator
Version:
latest (0.3.1)
0.3.1
0.3.0
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
0.0.2
0.0.1
React Form Generator.
github.com/AZaviruha/react-form-generator
AZaviruha/react-form-generator
react-form-generator
/
src
/
components
/
layouts
/
unwrapped.jsx
8 lines
(7 loc)
•
168 B
JSX
View Raw
1
2
3
4
5
6
7
8
module
.
exports
=
function
(
React, tools
) {
return
React
.
createClass
({ render :
function
(
) {
return
this
.
props
.
children
; } }); };