by Mattia Roccoberton on WordPress.org
Add the latest Polymer elements to your website! Polymer brings an implementation of Google Material Design to the web.

Some Polymer elements in a post
This plugin allows to add Polymer elements to your posts and pages, the same components used in Android OS. You can use the HTML editor with the Polymer tags directly or the shortcode [polymer] for all the elements. The correct HTML libraries will be imported automatically but must be installed from the plugin option page.
For Polymer documentation please look at the official website: Polymer Project
This is a rewritten of my previous plugin Polymer for WordPress, now it allows to use the latest Polymer libraries.
Features
Shortcode
[polymer ELEMENT-TAG ELEMENT-OPTIONS]ELEMENT-TEXT[/polymer]
Tags: core-icon, paper-button, paper-checkbox, paper-slider, etc.
Options: style, id, class, etc.
Examples
[polymer paper-checkbox][/polymer]
[polymer paper-button raised id="btn1" style="color: green"]A green button[/polymer]
[polymer paper-item icon="home" label="Test link"][/polymer]
Notes