UNPKG
@mapka/react-maplibre-map
Version:
latest (0.16.3)
0.16.3
0.16.0
0.15.1
0.15.0
0.14.1
0.14.0
0.13.0
0.12.0
0.11.0
0.10.1
0.10.0
0.9.0
0.8.0
0.7.0
MapLibre react web component
mapka-dev/web-components
@mapka/react-maplibre-map
/
lib
/
components
/
MapLibreContainer.js
6 lines
(5 loc)
•
231 B
JavaScript
View Raw
1
2
3
4
5
6
import
{ jsx
as
_jsx }
from
"react/jsx-runtime"
;
import
{ forwardRef }
from
"react"
;
export
const
MapLibreContainer
=
forwardRef
(
(
props, ref
) =>
{
return
_jsx
(
"div"
, {
id
:
"mapka-maplibre-container"
,
ref
: ref, ...props }); });