gs-button

Grandstop Button


Keywords
web-components, web-component, polymer, grandstop, button
License
MIT
Install
bower install gs-button

Documentation

Grandstop Button

gs-button is a button used in Grandstop (grandstop.com).

Usage:

<button is="gs-button">Flat Button</button>
<button is="gs-button" class="default">Default Styled Button</button>
<button is="gs-button" class="default sm">Default Styled Small Button</button>
<button is="gs-button">
  <iron-icon icon="favorite"></iron-icon>
  Custom Button Content
</button>