🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

envcloud-openlayers

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

envcloud-openlayers

React components for openLayers

npmnpm
Version
1.0.1
Version published
Weekly downloads
13
333.33%
Maintainers
1
Weekly downloads
 
Created
Source

envcloud-openlayers

React components for openLayers6x

Install

$ npm i envcloud-openlayers --save

Usage

import { Map } from 'envcloud-openlayers';

Example

import { Map } from 'envcloud-openlayers';
import React from 'react';

export default () => (
  <Map
    width="100%"
    height="500px"
    createdMap={(map) => {
      console.log('map:', map);
    }}
  />
);

Keywords

react

FAQs

Package last updated on 14 Jun 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts