Created by lejard_h on 09/11/15.

Classes

IronIcon
The iron-icon element displays an icon. By default an icon renders as a 24px square.
IronMediaQuery
iron-media-query can be used to data bind to a CSS media query. The query property is a bare CSS media query. The query-matches property is a boolean representing whether the page matches that media query.
NeonAnimatedPages
Material design: Meaningful transitions
PaperDrawerPanel
paper-drawer-panel contains a drawer panel and a main panel. The drawer and the main panel are side-by-side with drawer on the left. When the browser window size is smaller than the responsiveWidth, paper-drawer-panel changes to narrow layout. In narrow layout, the drawer will be stacked on top of the main panel. The drawer will slide in/out to hide/reveal the main panel.
PaperHeaderPanel
paper-header-panel contains a header section and a content panel section.
PaperIconButton
Material design: Icon toggles
PaperItem
Material design: Lists
PaperMaterial
Material design: Cards
PaperMenu
<paper-menu> implements an accessible menu control with Material Design styling. The focused item is highlighted, and the selected item has bolded text.
PaperTab
paper-tab is styled to look like a tab. It should be used in conjunction with paper-tabs.
PaperTabs
Material design: Tabs
PaperToolbar
paper-toolbar is a horizontal bar containing items that can be used for label, navigation, search and actions. The items place inside the paper-toolbar are projected into a class="horizontal center layout" container inside of paper-toolbar's Shadow DOM. You can use flex attributes to control the items' sizing.
PolymerIncludeElement