3 Copyright 2013 The Polymer Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style
5 license that can be found in the LICENSE file.
10 <meta charset=
"utf-8">
11 <meta http-equiv=
"X-UA-Compatible" content=
"IE=edge,chrome=1">
12 <meta name=
"viewport" content=
"width=device-width, minimum-scale=1.0, initial-scale=1, user-scalable=yes">
14 <title>paper-item
</title>
16 <script src=
"../webcomponentsjs/webcomponents.js"></script>
18 <link href=
"../font-roboto/roboto.html" rel=
"import">
19 <link href=
"../core-icon/core-icon.html" rel=
"import">
20 <link href=
"../core-icons/core-icons.html" rel=
"import">
21 <link href=
"../core-selector/core-selector.html" rel=
"import">
22 <link href=
"../paper-shadow/paper-shadow.html" rel=
"import">
24 <link href=
"paper-item.html" rel=
"import">
26 <style shim-shadowdom
>
28 font-family: RobotoDraft, 'Helvetica Neue', Helvetica, Arial;
32 -webkit-tap-highlight-color: rgba(
0,
0,
0,
0);
33 -webkit-touch-callout: none;
45 html /deep/ paper-shadow {
46 display: inline-block;
60 <paper-shadow style=
"max-width: 10.5em;">
61 <paper-item>Item
</paper-item>
62 <paper-item disabled
>Disabled
</paper-item>
63 <paper-item noink
><a href=
"http://www.polymer-project.org" layout horizontal center
>Link
</a></paper-item>
64 <paper-item>Long items wrap by default
</paper-item>
71 <div>In a core-selector
</div>
74 <core-selector selected=
"1" selectedAttribute=
"">
75 <paper-item>Item
1</paper-item>
76 <paper-item>Item
2</paper-item>
77 <paper-item>Item
3</paper-item>
85 <div>Custom Content
</div>
89 <core-icon icon=
"content-cut"></core-icon>
93 <core-icon icon=
"content-copy"></core-icon>
97 <core-icon icon=
"content-paste"></core-icon>