This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

coffeekraken-s-google-map-info-window-component

1.0.7 • Public • Published

Coffeekraken s-google-map-info-window-component

Provide a simple, declarative and powerful webcomponent wrapper to create google map markers inside an s-google-map component.

View demo

Table of content

  1. Demo
  2. Install
  3. Get Started
  4. Javascript API
  5. Sugar Web Components Documentation
  6. Browsers support
  7. Contribute
  8. Who are Coffeekraken?
  9. Licence

Install

npm install coffeekraken-s-google-map-info-window-component --save

Get Started

First, import the component into your javascript file like so:

import SGoogleMapComponent from 'coffeekraken-s-google-map-component'
import SGoogleMapMarkerComponent from 'coffeekraken-s-google-map-marker-component'
import SGoogleMapInfoWindowComponent from 'coffeekraken-s-google-map-info-window-component'

Then simply use it inside your html like so:

<s-google-map api-key="..." center="{lat: -25.363, lng: 131.044}">
	<s-google-map-marker api-key="..." position="{lat: -25.363, lng: 131.044}">
		<s-google-map-info-window>
			<div class="my-cool-info-window">
				<h1>Hello World</h1>
			</div>
		</s-google-map-info-window>
	</s-google-map-marker>
</s-google-map>

Browsers support

IE / EdgeIE / Edge FirefoxFirefox ChromeChrome SafariSafari
IE11+ last 2 versions last 2 versions last 2 versions

As browsers are automatically updated, we will keep as reference the last two versions of each but this component can work on older ones as well.

The webcomponent API (custom elements, shadowDOM, etc...) is not supported in some older browsers like IE10, etc... In order to make them work, you will need to integrate the corresponding polyfill.

Contribute

This is an open source project and will ever be! You are more that welcomed to contribute to his development and make it more awesome every day. To do so, you have several possibilities:

  1. Share the love ❤️
  2. Declare issues
  3. Fix issues
  4. Add features
  5. Build web component

Who are Coffeekraken

We try to be some cool guys that build some cool tools to make our (and yours hopefully) every day life better.

License

The code is available under the MIT license. This mean that you can use, modify, or do whatever you want with it. This mean also that it is shipped to you for free, so don't be a hater and if you find some issues, etc... feel free to contribute instead of sharing your frustrations on social networks like an asshole...

Package Sidebar

Install

npm i coffeekraken-s-google-map-info-window-component

Weekly Downloads

2

Version

1.0.7

License

MIT

Unpacked Size

1.11 MB

Total Files

23

Last publish

Collaborators

  • olivierbossel