Bee - A Collection of lightweight Dart Web UI Components

by benfreuon 5/14/2013, 8:29 AMwith 3 comments

by mrspeakeron 5/14/2013, 12:47 PM

I don't know the dart Web UI package - but from the example code:

    <span on-click="query('.q-example-overlay').xtag.show()">Launch Overlay</span>
    <x-overlay width="600px" class="q-example-overlay">
Does that then get transpiled into valid HTML (and inline javascript?) or is that what's actually served to the browser?