UNPKG
@impargo/react-here-maps
Version:
latest (4.3.0)
4.3.0
4.2.1
4.2.0
4.1.0
4.0.0
3.0.0
2.4.0
2.3.0
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.0
2.0.1
2.0.0
1.8.0
1.7.0
1.6.2
1.6.1
1.6.0
1.5.95
1.5.94
1.5.93
1.5.9
1.5.8
1.5.7
1.5.6
1.5.5
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
1.3.0
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
React.js HERE Maps component
github.com/impargo/react-here-maps
impargo/react-here-maps
@impargo/react-here-maps
/
testbench
/
index.html
10 lines
(9 loc)
•
254 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
<
html
>
<
head
>
<
meta
name
=
"viewport"
content
=
"width=device-width, initial-scale=1, maximum-scale=1.0,user-scalable=0"
>
</
head
>
<
body
>
<
div
id
=
"root"
height
=
"100%"
width
=
"100%"
>
</
div
>
<
script
src
=
"./index.tsx"
type
=
"module"
>
</
script
>
</
body
>
</
html
>