You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
7 months ago | |
---|---|---|
.. | ||
demo | 7 months ago | |
test | 7 months ago | |
.bower.json | 7 months ago | |
.travis.yml | 7 months ago | |
CONTRIBUTING.md | 7 months ago | |
README.md | 7 months ago | |
bower.json | 7 months ago | |
index.html | 7 months ago | |
package.json | 7 months ago | |
paper-button.html | 7 months ago |
README.md
##<paper-button>
Material design: Buttons
paper-button
is a button. When the user touches the button, a ripple effect emanates
from the point of contact. It may be flat or raised. A raised button is styled with a
shadow.
Example:
<paper-button class="pink">link</paper-button>
<paper-button raised class="indigo">raised</paper-button>
<paper-button toggles raised class="green">toggles</paper-button>
<paper-button disabled class="disabled">disabled</paper-button>