mesh-map Install npm install --save mesh-map Usage import React, { Component } from "react"; import MeshMap from "mesh-map"; import "mesh-map/dist/index.css"; class Example extends Component { render() { return <MeshMap />; } }