virtyaluk / paper-ripple

:dart: Paper Ripple lets you add a Material Design ripple effect to any UI elements on your web page.

Home Page:https://www.npmjs.com/package/paper-ripple

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Naming issue paper-ripple

daKmoR opened this issue · comments

hey,

congrats to this nice ripple effect - I would like to incorporate it into my custom element. But for Custom elements there is already an element by polymer that uses the same name and folder... and as in the web (with bower) there can only be ONE paper-ripple folder it comes to to a clash :/

this is the element in question
https://www.webcomponents.org/element/PolymerElements/paper-ripple

I'm not sure howto solve that maybe rename to "paper-ripple-class"?

for now I sadly have to copy the code and can't use bower dependencies...