UNPKG
react-jsonschema
Version:
latest (1.0.0)
1.0.0
0.5.0
0.4.1
0.4.0
0.3.0
0.2.0
0.1.0
0.0.0
React forms with JSONSchema
github.com/vutran/react-jsonschema
vutran/react-jsonschema
react-jsonschema
/
lib
/
index.js
9 lines
(6 loc)
•
160 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
'use strict'
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
var
_components =
require
(
'./components'
);
exports
.
default
= _components.
Form
;