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. Thequery
property is a bare CSS media query. Thequery-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 theresponsiveWidth
,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 withpaper-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 thepaper-toolbar
are projected into aclass="horizontal center layout"
container inside ofpaper-toolbar
's Shadow DOM. You can use flex attributes to control the items' sizing. - PolymerIncludeElement