dart-archive / core-elements

Polymer core-* elements wrapped or ported for Dart
https://pub.dartlang.org/packages/core_elements
Apache License 2.0
33 stars 25 forks source link

Core elements

Note: This package is for polymer.dart < 0.17

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

You can find out more about core elements here: http://www.polymer-project.org/docs/elements/core-elements.html

Status

This is an early access version of the core elements. The elements are still changing on both the JavaScript and Dart sides.

Using elements

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

Import into HTML:

<link rel="import" href="https://github.com/dart-archive/core-elements/blob/master/packages/core_elements/core_input.html">

Or import into Dart:

import 'package:core_elements/core_input.dart';

Examples

All examples are located in a separate repo, https://github.com/dart-lang/polymer-core-and-paper-examples.