73bcce88
luigser
COMPONENTS
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
#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
* [`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
*
### Elements planned
_Elements we're planning on building soon but haven't started yet_
* `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)
### 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)
|