Elim cr-checkbox
[chromium-blink-merge.git] / ui / webui / resources / cr_elements / v1_0 / cr_button / demo.html
blob585ca9593c9aefc88b7001a52fa4bf266b46be7d
1 <!doctype html>
2 <html>
3 <head>
4 <link href="cr_button.html" rel="import">
5 <link href="chrome://resources/polymer/v1_0/iron-icon/iron-icon.html" rel="import">
6 <link href="chrome://resources/polymer/v1_0/iron-icons/iron-icons.html" rel="import">
7 </head>
8 <body unresolved>
9 <cr-button>Flat button</cr-button>
10 <cr-button raised>Raised Button</cr-button>
11 <cr-button disabled>Disabled Button</cr-button>
12 <cr-button><iron-icon icon="mail"></iron-icon>&nbsp;Custom button</cr-button>
13 </body>
14 </html>