Your download includes a react-usa-map folder which contains the React component. Add this folder anywhere in your project and import the component where you want to use it.
import USAMap from 'path/to/react-usa-map';
const MyApp = () => {
return (
<USAMap />
)
}
export default MyApp;Your download also includes a examples folder which contains the maps used in this preview