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

Side by Side Diff: sky/examples/input/index.sky

Issue 983213005: Move material Input component into sky/framework (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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 unified diff | Download patch
« no previous file with comments | « sky/examples/editor/keyboard.dart ('k') | sky/examples/input/input_app.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #!mojo mojo:sky_viewer 1 #!mojo mojo:sky_viewer
2 <sky> 2 <sky>
3 <import src="/sky/framework/debug/shake-to-reload.sky" /> 3 <import src="/sky/framework/debug/shake-to-reload.sky" />
4 <script> 4 <script>
5 import 'editor_app.dart'; 5 import 'input_app.dart';
6 main() { 6 main() {
7 new EditorApp(); 7 new InputApp();
8 } 8 }
9 </script> 9 </script>
10 </sky> 10 </sky>
OLDNEW
« no previous file with comments | « sky/examples/editor/keyboard.dart ('k') | sky/examples/input/input_app.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698