https://github.com/vitkarpov/polymer-experiments
It's all about experiments with Polymer
https://github.com/vitkarpov/polymer-experiments
Last synced: about 2 months ago
JSON representation
It's all about experiments with Polymer
- Host: GitHub
- URL: https://github.com/vitkarpov/polymer-experiments
- Owner: vitkarpov
- Created: 2013-12-22T14:43:11.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-22T16:21:40.000Z (over 11 years ago)
- Last Synced: 2025-01-17T23:19:41.198Z (3 months ago)
- Size: 102 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Polymer Experiments
It`s all about the [Polymer](http://www.polymer-project.org/). The plarform provides Web Components features using polyfills nowadays. There are html import, custom elements, pointer events, templates, shadow DOM and so forth.
I take a shot:
* to make some custom elements, using prebuild set of elements such as `polymer-ajax` or `polymer-animation`;
* to use core API, such as `Polymer` constructor with it's properties;
* to check data-binding features, use templates;