UNPKG

plastic-map-info

Version:

A more flexible infowindow for google maps

31 lines (26 loc) 935 B
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, user-scalable=yes"> <title>plastic-map-info demo</title> <script src="../../webcomponentsjs/webcomponents-lite.js"></script> <link rel="import" href="../../iron-demo-helpers/demo-pages-shared-styles.html"> <link rel="import" href="../../iron-demo-helpers/demo-snippet.html"> <link rel="import" href="../plastic-map-info.html"> <custom-style> <style is="custom-style" include="demo-pages-shared-styles"> </style> </custom-style> </head> <body> <div class="vertical-section-container centered"> <h3>Basic plastic-map-info demo</h3> <demo-snippet> <template> <plastic-map-info></plastic-map-info> </template> </demo-snippet> </div> </body> </html>