Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvonne Yip committed Jun 25, 2014
1 parent b54dcb7 commit 2d5ae9b
Showing 1 changed file with 26 additions and 24 deletions.
50 changes: 26 additions & 24 deletions paper-icon-button.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,29 +8,31 @@
-->

<!--
/**
* @group Paper Elements
*
* `paper-icon-button` is a button with an image placed at the center.
*
* Example:
*
* <paper-icon-button src="star.png"></paper-icon-button>
*
* `paper-icon-button` includes a default icon set. Use `icon` to specify
* which icon from the icon set to use.
*
* Example:
*
* <paper-icon-button icon="menu"></paper-icon-button>
*
* See <a href="core-iconset.html">core-iconset</a> for more information about
* how to use a custom icon set.
*
* @element paper-icon-button
* @extends paper-button
* @homepage github.io
*/
@group Paper Elements
`paper-icon-button` is a button with an image placed at the center.
Example:
<paper-icon-button src="star.png"></paper-icon-button>
`paper-icon-button` includes a default icon set. Use `icon` to specify
which icon from the icon set to use.
Example:
<paper-icon-button icon="menu"></paper-icon-button>
The icons provided by `core-icons` are SVG, and you can style them with CSS.
Example:
<paper-icon-button icon="favorite" style="fill:red;"></paper-icon-button>
See `core-iconset` for more information about how to use a custom icon set.
@element paper-icon-button
@extends paper-button
@homepage github.io
-->

<link href="../core-icon/core-icon.html" rel="import">
Expand All @@ -53,7 +55,7 @@
publish: {

/**
* If true, the ripple expands to a square fill the containing box.
* If true, the ripple expands to a square to fill the containing box.
*
* @attribute fill
* @type boolean
Expand Down

0 comments on commit 2d5ae9b

Please sign in to comment.