UNPKG
@reactjsonforms/antd-renderers
Version:
latest (4.0.0-alpha.3)
4.0.0-alpha.3
4.0.0-alpha.1
Ant Design Renderer Set for JSON Forms
jsonforms.io
eclipsesource/jsonforms
@reactjsonforms/antd-renderers
/
example
/
index.html
15 lines
(13 loc)
•
338 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE
html
>
<
html
>
<
head
>
<
meta
charset
=
"utf-8"
/>
<
title
>
JSON Forms React Ant Design RendererSet
</
title
>
<
base
href
=
"/"
/>
<
meta
name
=
"viewport"
content
=
"width=device-width, initial-scale=1"
/>
</
head
>
<
body
>
<
div
id
=
"root"
>
</
div
>
</
body
>
<
script
src
=
"assets/bundle.js"
>
</
script
>
</
html
>