polymer_elements 1.0.0-rc.10 copy "polymer_elements: ^1.0.0-rc.10" to clipboard
polymer_elements: ^1.0.0-rc.10 copied to clipboard

discontinued
outdatedDart 1 only

Polymer polymer-elements for Dart

Polymer elements #

This package wraps the Polymer project's included js elements, providing the following features:

  • Because the elements are bundled into a single pub package, you can add polymer_elements as a dependency in your pubspec. You don't need to install npm or bower.
  • The elements are wrapped with Dart proxy classes, making them easier to interact with from Dart apps.

You can find out more about Polymer elements here: https://elements.polymer-project.org/

Using elements #

All elements live at the top level of the lib/ folder.

Import into HTML:

<link rel="import" href="packages/polymer_elements/iron_input.html">

Import into Dart:

import 'package:polymer_elements/iron_input.dart';
0
likes
20
pub points
0%
popularity

Publisher

unverified uploader

Polymer polymer-elements for Dart

Repository (GitHub)
View/report issues
Contributing

License

BSD-3-Clause (LICENSE)

Dependencies

polymer_interop, web_components

More

Packages that depend on polymer_elements