flutter/examples
Adam Barth 451778fdce Move sky-box,-button,-checkbox,-radio out of their directories
Instead of having a separate directory for every Sky element, we should just
put them in the general framework directory. Once the framework is more
complicated, we'll probably want to organize it a bit better, but for now there
aren't enough files to justify having so many directories.

R=esprehn@chromium.org

Review URL: https://codereview.chromium.org/874303003
2015-01-26 09:20:25 -08:00
..
animation Fix Animations, Remove Compostior Animations. 2014-12-02 14:37:55 -08:00
calculator Specs: custom element constructor argument shouldn't clash with the module-global 'module' identifier 2015-01-07 14:39:58 -08:00
city-list Add the <t> element and ignore whitespace outside it. 2015-01-23 16:50:00 -08:00
flights Add a version of flights that's made of components. 2014-11-14 15:00:12 -08:00
flights-app Change background-repeat default to no-repeat 2015-01-21 16:42:26 -08:00
htmlish Specs: custom element constructor argument shouldn't clash with the module-global 'module' identifier 2015-01-07 14:39:58 -08:00
style Examples: move markAsLaidOut() to just before the return, so the asserts work 2015-01-13 11:25:24 -08:00
widgets Move sky-box,-button,-checkbox,-radio out of their directories 2015-01-26 09:20:25 -08:00
file-browser.sky Make SkyElement more classy. 2014-12-16 16:28:28 -08:00
fps-counter.sky Reuse the DOM in the <fps-counter>. 2015-01-15 22:02:35 -08:00
home.sky Changes magic sequence to '!#mojo ' and strips 'mojo ' when building url 2015-01-08 10:19:52 -08:00
radio.sky Specs: custom element constructor argument shouldn't clash with the module-global 'module' identifier 2015-01-07 14:39:58 -08:00
README.md Specs: update the layout and paint schemes to match discussions better 2014-11-20 13:58:53 -08:00
spinning-square.sky Add a fps-counter widget to some Sky demos 2015-01-14 15:50:59 -08:00
touch-demo.sky Remove touch events from Sky 2015-01-23 12:41:56 -08:00

Some of these examples are examples of what sky supports now. Others are examples of what sky hopes to one day support. Therefore not all these examples actually work today.