Questions tagged [polymer-3.x]

294 questions
0
votes
2 answers

How to properly define a path to node_modules with polymer 3

How should I define an import section inside my WebComponent with polymer 3. Currenty I have: import {html, PolymerElement} from '@polymer/polymer/polymer-element.js'; and my catalogs structure looks like: and I'm getting an error: (index):7 GET…
Piotr Treska
  • 63
  • 1
  • 5
0
votes
1 answer

Add image to website on Polymer 3.0

I am new at Polymer (started today :) ). I want to add an image to app-drawer, however using is not working, I tried to install and use iron-image but I could not include because imports need to be js file and iron-image does not include js, only…
-1
votes
1 answer

how to hide drop down list in poymer-js

I need to hide dropdown-menu. i tried .hidden property but it is not working
-1
votes
1 answer

How to integrate nuxeo polymer 3 elements in angular app?

I've built an Angular 6 app, and I need to include my Nuxeo Polymer 3 Elements (like this one https://github.com/nuxeo/nuxeo-elements/blob/master/core/nuxeo-search.js). How could I have something like: