Update some cr-checkbox styles and temporarily patch in a paper-checkbox fix that...
[chromium-blink-merge.git] / ui / webui / resources / cr_elements / v0_8 / demo_page.html
blobcf01050772ec478ffc252239568a63575bbcd373
1 <!doctype html>
3 <!-- Demo page for cr-elements. Add new elements to demo_elements.html to -->
4 <!-- view them and test their interactions with other elements. -->
5 <!-- To view this page, navigate to: -->
6 <!-- chrome://resources/cr_elements/v0_8/demo_page.html -->
8 <html>
10 <head>
11 <script src="demo_config.js"></script>
12 <link href="demo_element.html" rel="import" >
13 </head>
15 <body>
16 <h1>cr-elements</h1>
17 <cr-demo-element></cr-demo-element>
18 </body>
20 </html>