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

Unified Diff: sky/examples/widgets/widget-root.sky

Issue 999873002: Move sky-*.sky into framework/elements (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: One missing Created 5 years, 9 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
« no previous file with comments | « sky/examples/stocks/stocks.sky ('k') | sky/framework/elements/material-element.sky » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/examples/widgets/widget-root.sky
diff --git a/sky/examples/widgets/widget-root.sky b/sky/examples/widgets/widget-root.sky
index 2aad246a5d6d38dac315ca1af790a0b775dbe695..cc0d5fab0b40ea6efb25b8cc0b77fcbd2b188df0 100644
--- a/sky/examples/widgets/widget-root.sky
+++ b/sky/examples/widgets/widget-root.sky
@@ -3,13 +3,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-->
-<import src="/sky/framework/sky-box.sky" />
-<import src="/sky/framework/sky-button.sky" />
-<import src="/sky/framework/sky-checkbox.sky" />
-<import src="/sky/framework/sky-element.sky" />
-<import src="/sky/framework/sky-input.sky" />
-<import src="/sky/framework/sky-radio.sky" />
-<import src="/sky/framework/sky-scrollable.sky" />
+<import src="/sky/framework/elements/sky-box.sky" />
+<import src="/sky/framework/elements/sky-button.sky" />
+<import src="/sky/framework/elements/sky-checkbox.sky" />
+<import src="/sky/framework/elements/sky-element.sky" />
+<import src="/sky/framework/elements/sky-input.sky" />
+<import src="/sky/framework/elements/sky-radio.sky" />
+<import src="/sky/framework/elements/sky-scrollable.sky" />
<sky-element>
<template>
<style>
@@ -35,7 +35,7 @@
<sky-input id="text" value="{{ inputValue }}" />
<div>value = {{ inputValue }}</div>
</sky-box>
-
+
<sky-box title='Buttons'>
<div style="display: flex; flex-direction: horizontal">
<div style="flex:1" />
@@ -43,7 +43,7 @@
<sky-button level="1" primary>CONFIRM</sky-button>
</div>
</sky-box>
-
+
<sky-box title='Checkboxes'>
<div><sky-checkbox id='checkbox' checked='{{ checked }}'/>Checkbox</div>
<div class="output">highlight: {{ myCheckbox.highlight }}</div>
@@ -51,7 +51,7 @@
<div><sky-checkbox id='checkbox' checked="true"/>Checkbox, default checked.</div>
<div class="output">checked: {{ checked }}</div>
</sky-box>
-
+
<sky-box title='Radios'>
<sky-box title='Group One'>
<div><sky-radio group='foo'/>one</div>
« no previous file with comments | « sky/examples/stocks/stocks.sky ('k') | sky/framework/elements/material-element.sky » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698