polymer_elements 0.1.1
polymer_elements: ^0.1.1 copied to clipboard
A Dart port of polymer-elements (https://github.com/Polymer/polymer-elements).
Basic non-visual elements for Polymer.dart #
A port of polymer.js' polymer-elements to Polymer.dart. The intent of the authors is to contribute the work to the Dart project itself (https://www.dartlang.org).
Visual elements for Dart can be found in #
Documentation #
General notes #
- Current development status requires Dart SDK Dart version 1.0.0_r30338 (DEV)
Status #
(A few demo pages (* aren't rendered properly as GitHub Pages or because they use unfinished elements. We are working on it.)
| Element name | Status | Comment | Demo |
|---|---|---|---|
| polymer-ajax | ported | demo | |
| polymer-anchor-point | ported | demo (* | |
| polymer-collapse | ported | needs some additional stylesheet imports due to Polymer.dart limitations (see examples) | demo |
| polymer-cookie | ported | demo | |
| polymer-file | ported | demo | |
| polymer-flex-layout | ported | needs some additional stylesheet imports due to Polymer.dart limitations (see examples) | demo (* |
| polymer-google-jsapi | not started | ||
| polymer-grid-layout | ported | demo | |
| polymer-jsonp | not started | ||
| polymer-key-helper | not started | ||
| polymer-layout | ported | demo | |
| polymer-localstorage | ported | demo (* | |
| polymer-media-query | ported | small issue in Dart but works fine in JS | demo |
| polymer-meta | ported | doesn't work in JavaScript | |
| polymer-mock-data | not started | ||
| polymer-overlay | started | ||
| polymer-page | ported | ||
| polymer-scrub | not started | (no demo) | |
| polymer-selection | ported | demo | |
| polymer-selector | ported | demo | |
| polymer-shared-lib | started | ||
| polymer-signals | ported | needs tests | demo |
| polymer‑view‑source‑link | not started |
License #
BSD 3-clause license (see LICENSE file).
