PolymerElements / paper-button

A button à la Material Design
https://www.webcomponents.org/element/PolymerElements/paper-button
138 stars 64 forks source link

Why paper-button not extends button native element? #62

Closed abdonrd closed 8 years ago

abdonrd commented 8 years ago

Why paper-button not extends button native element?

cdata commented 8 years ago

paper-button is a living example of what can be built without relying on the native button behavior. However, this does not mean that you cannot get the same effect with a native button. It just means that for aesthetic reasons, we decided to implement it the way it is.

There are advantages and disadvantages to each choice. In all likelihood, we will eventually release a <button is="paper-button">-esque element at some point.

abdonrd commented 8 years ago

Thanks @cdata!