Blame view

bower_components/paper-elements/README.md 1.61 KB
73bcce88   luigser   COMPONENTS
1
2
3
4
5
6
7
8
  #paper-elements
  
  The paper elements are a set of UI components designed to implement Google's [material design](http://www.google.com/design/spec/material-design/introduction.html) guidelines.
  
  ## Roadmap
  
  ### Elements recently released
  
73bcce88   luigser   COMPONENTS
9
10
11
12
13
14
15
16
17
  * [`paper-menu-button`](https://github.com/polymerelements/paper-menu-button) - A button that opens up a menu overlay
  * [`paper-tooltip`](https://github.com/polymerelements/paper-tooltip) - A tooltip that shows on hover
  * [`paper-badge`](https://github.com/polymerelements/paper-badge) - A circular text badge representing a status or notification
  * [`paper-card`](https://github.com/polymerelements/paper-card) - A material design-style card
  * [`paper-dropdown-menu`](https://github.com/polymerelements/paper-dropdown-menu) - A material design-style browser select element
  * [`paper-submenu`](https://github.com/polymerelements/paper-menu) - A material design-style menu with nestable subsections 
  
  ### Elements in progress
  
c5169e0e   Renato De Donato   a new hope
18
  * 
73bcce88   luigser   COMPONENTS
19
20
21
22
  
  ### Elements planned
  _Elements we're planning on building soon but haven't started yet_
  
73bcce88   luigser   COMPONENTS
23
24
25
  * `paper-chip` - a [material design chip](http://www.google.com/design/spec/components/chips.html)
  * `paper-data-table` - a [material design data table](http://www.google.com/design/spec/components/data-tables.html). This one is very complex, and tentatively planned for the mid- to distant-future (i.e. months not weeks)
  
73bcce88   luigser   COMPONENTS
26
27
28
29
  ### Elements not planned, notably
  _Elements we're not planning on building as part of this product line, but that one might be wondering about_
  
  * `paper-shadow` - this behavior is now provided by [`paper-material`](https://github.com/polymerelements/paper-material)