by Mattia Roccoberton on WordPress.org

Some Polymer elements in a post
A completely new version of this plugin is available and it allows to use the latest Polymer components: WP Polymer
This plugin allows to add Polymer elements (v0.5) to your posts and pages, the same components used in Android Lollipop. You can use the HTML editor with the Polymer tags directly or the shortcode [poly] for all the elements. The correct HTML libraries will be loaded automatically.
Polymer website: http://www.polymer-project.org/
Notice: Polymer is still in developer preview, some constructs may change in future. A modern browser is required to run Polymer web apps.
Features
Shortcode
[poly ELEMENT-TAG ELEMENT-OPTIONS]
Tags: core-icon, paper-button, paper-checkbox, paper-slider, etc.
Options: style, id, class, etc.
Examples
[poly core-icon icon="favorite"][/poly]
[poly paper-checkbox][/poly]
[poly paper-button raised style="color: green"]A green button[/poly]
[poly paper-item icon="home" label="Test link"][/poly]
Notes