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
/
index.html
11 lines
•
231 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE
html
>
<
html
lang
=
"en"
>
<
head
>
<
title
>
React Forms Component examples
</
title
>
<
meta
charset
=
"UTF-8"
>
</
head
>
<
body
>
<
div
id
=
"root"
>
</
div
>
<
script
src
=
"/js/main.js"
>
</
script
>
</
body
>
</
html
>