1.0.3 • Published 1 year ago

envcloud-openlayers v1.0.3

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
1 year ago

envcloud-openlayers

React components for openLayers6x

Install

$ npm i envcloud-openlayers --save

Usage

import { Map } from 'envcloud-openlayers';

Example

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

export default () => <Map width="100%" height="500px" />;