1.0.3 • Published 3 years ago

vue-fullscreen-background-map v1.0.3

Weekly downloads
-
License
Under WTFPL licen...
Repository
github
Last release
3 years ago

vue-fullscreen-background-map

VueJS full screen background Google Map on a given location

Install

npm install --save vue-fullscreen-background-map

Usage

Just import the FullScreenBackgroundMap component where you want to see it !

<template>
    <FullScreenBackgroundMap location="Genève" />
</template>

<script>
	import FullScreenBackgroundMap from 'vue-fullscreen-background-map'

	export default {
		components: {
			FullScreenBackgroundMap
		}
	}
</script>

Props

- location Location query for Google Maps (string)

Screenshot

enter image description here