Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(131)

Unified Diff: ui/webui/resources/cr_elements/cr_button/demo.html

Issue 939533002: Add a cr-button element, a thin wrapper around paper-button. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase with suspected fixes for bots Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/webui/resources/cr_elements/cr_button/demo.html
diff --git a/ui/webui/resources/cr_elements/cr_button/demo.html b/ui/webui/resources/cr_elements/cr_button/demo.html
new file mode 100644
index 0000000000000000000000000000000000000000..3993a3f503727c03f348baa987a4ad0dac1c2360
--- /dev/null
+++ b/ui/webui/resources/cr_elements/cr_button/demo.html
@@ -0,0 +1,14 @@
+<!doctype html>
+<html>
+<head>
+ <link href="cr_button.html" rel="import">
+ <link href="chrome://resources/polymer/core-icon/core-icon.html" rel="import">
+ <link href="chrome://resources/polymer/core-icons/core-icons.html" rel="import">
+</head>
+<body unresolved>
+ <cr-button>Flat button</cr-button>
+ <cr-button raised>Raised Button</cr-button>
+ <cr-button disabled>Disabled Button</cr-button>
+ <cr-button><core-icon icon="mail"></core-icon>&nbsp;Custom button</cr-button>
+</body>
+</html>
« no previous file with comments | « ui/webui/resources/cr_elements/cr_button/cr_button.js ('k') | ui/webui/resources/cr_elements_resources.grdp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698