UNPKG
@deskpro/react-forms
Version:
latest (2.0.0-beta41)
2.0.0-beta41
2.0.0-beta40
2.0.0-beta38
2.0.0-beta37
2.0.0-beta36
Forms library for React
prometheusresearch.github.io/react-forms/
prometheusresearch/react-forms
@deskpro/react-forms
/
examples
/
index.html
12 lines
(11 loc)
•
212 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE
html
>
<
html
lang
=
"en"
>
<
head
>
<
title
>
react-forms examples
</
title
>
<
meta
charset
=
"UTF-8"
>
</
head
>
<
body
>
<
div
id
=
"root"
>
</
div
>
<
script
src
=
"/js/main.js"
>
</
script
>
</
body
>
</
html
>