I work with polymer 2, load the input elements of polymer paper, then add the link tag:
<link rel="import" href="../bower_components/paper-input/paper-input.html">
then
<paper-input label="Floating label"></paper-input>
And a browser not displaying an input text element
I am working with the latest version of chrome 56.0
thanks for the help
source
share