UNPKG
react-forms-component
Version:
latest (0.0.1-beta9)
0.0.1-beta9
0.0.1-beta8
0.0.1-beta7
0.0.1-beta6
0.0.1-beta5
0.0.1-beta4
0.0.1-beta3
0.0.1-beta2
0.0.1-beta1
Form Component including validations for React
react-forms-component
/
example
/
src
/
main.js
7 lines
(6 loc)
•
171 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
React
from
'react'
;
import
ReactDOM
from
'react-dom'
;
import
Samples
from
'./Samples'
;
ReactDOM
.
render
((
<
Samples
/>
),
document
.
getElementById
(
'root'
));