davenotik / polymer_elements

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Polymer elements

This package wraps the Polymer project's provided 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 iron 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';

About

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 52.4%Language:HTML 39.0%Language:Dart 7.4%Language:CSS 1.2%Language:Groff 0.0%Language:Makefile 0.0%