React Component
Last updated
Last updated
This page will give you an introduction on how to get started using the Map Template as a React Component. In this guide you will learn how to install and use the React Component step by step.
Install the package:
npm install @mapsindoors/map-template@stable
Use the MapsIndoorsMap
component in a React component:
Add properties to the MapsIndoorsMap component as needed ().
Use query parameters to configure the MapsIndoorsMap component by setting the supportsUrlParameters
prop to true
in your MapsIndoorsMap
component.