0.1.2 • Published 7 years ago

@anarklab/react-gmaps v0.1.2

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

React GMaps

Wrapper component for gmaps

Usage

Install

yarn add @anarklab/react-gmaps # or npm install @anarklab/react-gmaps --save

Usage

import React from 'react'
import GMaps from 'react-gmaps'

export default () => (
  <GMaps addr="Hell's Kitchen, New York, NY, USA" marker />
)

License

The MIT License (MIT). Please see License File for more information.