web_components 0.3.5 copy "web_components: ^0.3.5" to clipboard
web_components: ^0.3.5 copied to clipboard

outdatedDart 1 only

Polyfills for Shadow DOM, Custom Elements, and HTML Imports. Custom Elements let authors define their own elements. Authors associate code with custom tag names, and then use those custom tag names as [...]

changelog #

This file contains highlights of what changes on each version of this package.

Pub version 0.3.5

  • Added registerDartType to register a Dart API for a custom-element written in Javascript.

Pub version 0.3.4

  • Updated to platform 0.2.4 (see lib/build.log for details)
0
likes
0
points
269
downloads

Publisher

unverified uploader

Weekly Downloads

Polyfills for Shadow DOM, Custom Elements, and HTML Imports. Custom Elements let authors define their own elements. Authors associate code with custom tag names, and then use those custom tag names as they would any standard tag. Shadow DOM is designed to provide encapsulation for custom elements, by hiding DOM subtrees under shadow roots. HTML Imports let authors bundle code and HTML as if they were libraries.

Homepage

License

unknown (license)

More

Packages that depend on web_components