PolymerElements / paper-card

A Material Design piece of paper with unique related data
https://www.webcomponents.org/element/PolymerElements/paper-card
98 stars 62 forks source link

paper-card is not found in bower #97

Closed LawrenceMok closed 7 years ago

LawrenceMok commented 7 years ago

paper-card is not found in bower, tried searching from https://bower.io/search/ , the one listed is not from PolymerElements

abdonrd commented 7 years ago

Polymer doesn't use the bower registry. You should use bower install PolymerElements/element-name. In this case: bower install PolymerElements/paper-card.

notwaldorf commented 7 years ago

Yup, @abdonrd is right! bower install PolymerElements/paper-card is the winner

LawrenceMok commented 7 years ago

thanks!