UNPKG
uniforms-react-semantic
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.2-1
0.0.1
Semantic React UI components for uniforms.
cesarve/uniforms
uniforms-react-semantic
/
src
/
ValidatedQuickForm.js
6 lines
(4 loc)
•
194 B
JavaScript
View Raw
1
2
3
4
5
6
import
BaseForm
from
'./BaseForm'
;
import
QuickForm
from
'./QuickForm'
;
import
ValidatedForm
from
'./ValidatedForm'
;
export
default
ValidatedForm
.
Validated
(
QuickForm
.
Quick
(
BaseForm
));