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

Unified Diff: ui/webui/resources/cr_elements/v0_8/cr_checkbox/demo.html

Issue 1105743003: Add a 0.8 version of cr-checkbox with a demo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@polymer08
Patch Set: Remove the demo structure from cr_elements_resources.grdp" Created 5 years, 8 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/v0_8/cr_checkbox/demo.html
diff --git a/ui/webui/resources/cr_elements/v0_8/cr_checkbox/demo.html b/ui/webui/resources/cr_elements/v0_8/cr_checkbox/demo.html
new file mode 100644
index 0000000000000000000000000000000000000000..9e4bf2de8389c294540e8b8e0d72a4df93075f51
--- /dev/null
+++ b/ui/webui/resources/cr_elements/v0_8/cr_checkbox/demo.html
@@ -0,0 +1,13 @@
+<html>
+<head>
+ <link href="cr_checkbox.html" rel="import">
+</head>
+<body unresolved>
+ <h2>Unchecked:</h2>
+ <cr-checkbox>Unchecked Box</cr-checkbox>
+ <h2>Checked:</h2>
+ <cr-checkbox checked>Checked Box</cr-checkbox>
+ <h2>Disabled:</h2>
+ <cr-checkbox disabled>Disabled Box</cr-checkbox>
+</body>
+</html>
« no previous file with comments | « ui/webui/resources/cr_elements/v0_8/cr_checkbox/cr_checkbox.js ('k') | ui/webui/resources/cr_elements_resources.grdp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698