ba3431a2ad
R=sigmund@google.com Review URL: https://codereview.chromium.org//223903006 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34718 260f80e4-7a28-3924-810f-c04153c831b5
12 lines
481 B
YAML
12 lines
481 B
YAML
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"
|