React Component
Using NPM
import MapsIndoorsMap from '@mapsindoors/map-template/dist/mapsindoors-react.es.js';
// Somewhere in your JSX:
<div style={{
display: 'block',
width: '100vw',
height: '100dvh'
}}>
<MapsIndoorsMap></MapsIndoorsMap>
</div>Last updated
Was this helpful?