Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Paper Input elements doesn't work in Polymer 2

I'm working with polymer 2, I download polymer paper input elements, then i add the link tag:

<link rel="import" href="../bower_components/paper-input/paper-input.html">

then:

<paper-input  label="Floating label"></paper-input>

And the browser not showing the input text element

I'm working with the last version of chrome 56.0

Thanks for the help

like image 250
Eduardo Daniel Morón Arce Avatar asked Mar 29 '17 19:03

Eduardo Daniel Morón Arce


1 Answers

Look at Polymer 2.0 installation Documentation.

Have you installed paper-input with bower correctly?

bower install --save PolymerElements/paper-input#2.0-preview
like image 53
Jose Ramos Avatar answered Sep 28 '22 07:09

Jose Ramos