The Google Web Components set is a collection of elements outside of Polymer's core offerings. You'll want to install them locally using bower or check them out via git. We don't have a .zip offered for those elements. After you install, import the element in your app using `<link rel="import" ...>` and declare the tag. I'd start with the demo.html for example usage and to make sure you have everything installed properly.
On Mon Feb 23 2015 at 7:05:35 PM <[email protected]> wrote: > Hi, thanks for the great work. > > I am trying to implement the google-maps and google-drive web components > from http://googlewebcomponents.github.io/ > But I am having a hard time understanding how to add the support for these > web components. I have Polymer installed in my PHP website and both > core-elements & paper-elements work great (using regular zip file not > bower). > > When <google-map> is added, nothing shows up on the page (no errors are > thrown). > > Should I download the files from > https://github.com/GoogleWebComponents/google-map and use <link > rel="import" ...> to add "google-map.html" to the webpage ? or does it come > pre-supported with Polymer ? > > The website: Dentrist.com > > Follow Polymer on Google+: plus.google.com/107187849809354688692 > --- > You received this message because you are subscribed to the Google Groups > "Polymer" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/polymer-dev/b410d196-a3e8-4e4d-a186-a95b213e8aed%40googlegroups.com > <https://groups.google.com/d/msgid/polymer-dev/b410d196-a3e8-4e4d-a186-a95b213e8aed%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > Follow Polymer on Google+: plus.google.com/107187849809354688692 --- You received this message because you are subscribed to the Google Groups "Polymer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/polymer-dev/CACGqRCDVe2K0EpYXyKtRoUw520uS2ytQBfiTy5KPDAzVbbFsTg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
