UNPKG
qualtrics-map
Version:
latest (0.1.0)
0.1.0
map component
qualtrics-map
/
public
/
index.html
13 lines
(11 loc)
•
202 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
<
html
>
<
head
>
<
title
>
React
</
title
>
</
head
>
<
body
>
<
div
id
=
"Questions"
>
</
div
>
<
script
type
=
"text/javascript"
>
mapRender
(
'apiKey'
,
3
);
</
script
>
</
body
>
</
html
>