blob: 7a3fa764ee40565e38e2efacca4f27a4f02c0597 [file] [log] [blame]
name: web_components
version: 0.3.3
author: Polymer.dart Authors <web-ui-dev@dartlang.org>
homepage: https://www.dartlang.org/polymer-dart/
description: >
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.
environment:
sdk: ">=1.2.0 <2.0.0"