Bee - A Collection of lightweight Dart Web UI Components
by mrspeaker on 5/14/2013, 12:47:18 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">
I don't know the dart Web UI package - but from the example code:
Does that then get transpiled into valid HTML (and inline javascript?) or is that what's actually served to the browser?