Custom Elements from Community ported to dart


License
Other

Documentation

Custom Elements

A Dart port of selected elements from customelements.io.

Also some styles from polymerthemes.com

Ported Elements

Ported but not working

  • paper-data-table SADLY NOT WORKING ON DART BECAUSE OF SOME table related problem (sigh) because of a dart:html bug

To Update

upgrade versions on bower.json and run :

bower update
pub run custom_element_apigen:update custom_elements_config.yaml

Reminder:

Need to patch apigen too allow behavior with custom "prefix" (prefix to be ignored) and correct handling of proxy with more than one level of indentation (neon-animation stuff).