OLD | NEW |
1 #paper-elements | 1 #paper-elements |
2 | 2 |
3 The paper elements are a set of UI components designed to implement Google's [ma
terial design](http://www.google.com/design/spec/material-design/introduction.ht
ml) guidelines. | 3 The paper elements are a set of UI components designed to implement Google's [ma
terial design](http://www.google.com/design/spec/material-design/introduction.ht
ml) guidelines. |
4 | 4 |
5 ## Roadmap | 5 ## Roadmap |
6 | 6 |
7 ### Elements in progress | 7 ### Elements in progress |
8 | 8 |
9 * `paper-dropdown-menu` - a dropdown menu | 9 * `paper-dropdown-menu` - a dropdown menu |
| 10 * `paper-card` - a material design-style card |
10 | 11 |
11 ### Elements planned | 12 ### Elements planned |
12 _Elements we're planning on building soon but haven't started yet_ | 13 _Elements we're planning on building soon but haven't started yet_ |
13 | 14 |
14 * `paper-tooltip` - a hover tooltip | 15 * `paper-submenu` - a submenu |
15 | 16 * `paper-chip` - a [material design chip](http://www.google.com/design/spec/comp
onents/chips.html) |
16 [Currently focused on getting all elements up to speed] | 17 * `paper-data-table` - a [material design data table](http://www.google.com/desi
gn/spec/components/data-tables.html). This one is very complex, and tentatively
planned for the mid- to distant-future (i.e. months not weeks) |
17 | 18 |
18 ### Elements not planned, notably | 19 ### Elements not planned, notably |
19 _Elements we're not planning on building as part of this product line, but that
one might be wondering about_ | 20 _Elements we're not planning on building as part of this product line, but that
one might be wondering about_ |
20 | 21 |
21 [None] | 22 * `paper-shadow` - this behavior is now provided by [`paper-material`](https://g
ithub.com/polymerelements/paper-material) |
OLD | NEW |