Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

@inflect/react-map

This is a React wrapper for @inflect/map.

Installation

yarn add @inflect/react-map

Usage

import InflectMap from '@inflect/react-map';

<InflectMap
  id="map-element"
  token="a1B2c3D4e5F6g7H8i9J0"
/>

Configuration options

Properties available to @inflect/map are available to this wrapper as props.

Please read the Readme for more information.