aboutsummaryrefslogtreecommitdiff
path: root/catapult/third_party/polymer/components/paper-tabs/demo/index.html
blob: 74e20df75cb72a34e6f7be6f9e6a9df12b4522b4 (plain)
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
<!doctype html>
<!--
@license
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
-->

<html>
  <head>

    <title>paper-tabs demo</title>

    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1, user-scalable=yes">

    <script src="../../webcomponentsjs/webcomponents-lite.js"></script>

    <link rel="import" href="../../iron-demo-helpers/demo-pages-shared-styles.html">
    <link rel="import" href="../../iron-demo-helpers/demo-snippet.html">
    <link rel="import" href="../../iron-flex-layout/iron-flex-layout.html">
    <link rel="import" href="../../iron-pages/iron-pages.html">
    <link rel="import" href="../../paper-toolbar/paper-toolbar.html">
    <link rel="import" href="../paper-tab.html">
    <link rel="import" href="../paper-tabs.html">

    <style is="custom-style" include="demo-pages-shared-styles">
      #container {
        max-width: 600px;
      }

      paper-tabs, paper-toolbar {
        background-color: var(--paper-blue-900);
        color: #fff;
      }
    </style>

  </head>
  <body unresolved>

    <div id="container" class="vertical-section-container centered">

      <h3>Plain <code>paper-tabs</code>.</h3>
      <demo-snippet>
        <template>
          <paper-tabs selected="0">
            <paper-tab>ITEM ONE</paper-tab>
            <paper-tab>ITEM TWO</paper-tab>
            <paper-tab>ITEM THREE</paper-tab>
          </paper-tabs>
        </template>
      </demo-snippet>

      <h3>The <code>no-bar</code> attribute disables the selection bar.</h3>
      <demo-snippet>
        <template>
          <style is="custom-style">
            paper-tabs[no-bar] paper-tab.iron-selected {
              color: #ffff8d;
            }
          </style>

          <paper-tabs id="plain-tabs" selected="0" no-bar>
            <paper-tab>ITEM ONE</paper-tab>
            <paper-tab>ITEM TWO</paper-tab>
            <paper-tab>ITEM THREE</paper-tab>
          </paper-tabs>
        </template>
      </demo-snippet>

      <h3>
        The <code>no-slide</code> attribute prevents the selection bar from
        animating when the selection changes.
      </h3>
      <demo-snippet>
        <template>
          <paper-tabs selected="0" no-slide>
            <paper-tab>ITEM ONE</paper-tab>
            <paper-tab>ITEM TWO</paper-tab>
            <paper-tab>ITEM THREE</paper-tab>
          </paper-tabs>
        </template>
      </demo-snippet>

      <h3>
        The <code>noink</code> attribute disables the ink ripple animation seen
        when the user activates a tab (by clicking, tapping, etc.).
      </h3>
      <demo-snippet>
        <template>
          <paper-tabs selected="0" noink>
            <paper-tab>ITEM ONE</paper-tab>
            <paper-tab>ITEM TWO</paper-tab>
            <paper-tab>ITEM THREE</paper-tab>
          </paper-tabs>
        </template>
      </demo-snippet>

      <h3>
        The <code>scrollable</code> attribute causes the tabs to scroll, rather
        than compress, when there is not enough space. Arrow buttons appear when
        any of the tabs are not completely visible.
      </h3>
      <demo-snippet>
        <template>
          <paper-tabs selected="0" scrollable>
            <paper-tab>NUMBER ONE ITEM</paper-tab>
            <paper-tab>ITEM TWO</paper-tab>
            <paper-tab>THE THIRD ITEM</paper-tab>
            <paper-tab>THE ITEM FOUR</paper-tab>
            <paper-tab>FIFTH</paper-tab>
            <paper-tab>THE SIXTH TAB</paper-tab>
            <paper-tab>NUMBER SEVEN</paper-tab>
            <paper-tab>EIGHT</paper-tab>
            <paper-tab>NUMBER NINE</paper-tab>
            <paper-tab>THE TENTH</paper-tab>
            <paper-tab>THE ITEM ELEVEN</paper-tab>
            <paper-tab>TWELFTH ITEM</paper-tab>
          </paper-tabs>
        </template>
      </demo-snippet>

      <h3>
        The <code>fit-container</code> attribute causes scrollable tabs to
        stretch to fit their container if the tabs don't need to scroll.
      </h3>
      <demo-snippet>
        <template>
          <paper-tabs selected="0" scrollable fit-container>
            <paper-tab>NUMBER ONE ITEM</paper-tab>
            <paper-tab>ITEM TWO</paper-tab>
            <paper-tab>THE THIRD ITEM</paper-tab>
          </paper-tabs>
          <br>
          <paper-tabs selected="0" scrollable fit-container style="width: 50%;">
            <paper-tab>NUMBER ONE ITEM</paper-tab>
            <paper-tab>ITEM TWO</paper-tab>
            <paper-tab>THE THIRD ITEM</paper-tab>
          </paper-tabs>
        </template>
      </demo-snippet>

      <h3>
        Tab layout is affected by the writing direction of the surrounding area.
      </h3>
      <demo-snippet>
        <template>
          <div dir="rtl">
            <paper-tabs selected="0">
              <paper-tab>ITEM ONE</paper-tab>
              <paper-tab>ITEM TWO</paper-tab>
              <paper-tab>ITEM THREE</paper-tab>
            </paper-tabs>
            &nbsp;
            <paper-tabs selected="0" scrollable>
              <paper-tab>NUMBER ONE ITEM</paper-tab>
              <paper-tab>ITEM TWO</paper-tab>
              <paper-tab>THE THIRD ITEM</paper-tab>
              <paper-tab>THE ITEM FOUR</paper-tab>
              <paper-tab>FIFTH</paper-tab>
              <paper-tab>THE SIXTH TAB</paper-tab>
              <paper-tab>NUMBER SEVEN</paper-tab>
              <paper-tab>EIGHT</paper-tab>
              <paper-tab>NUMBER NINE</paper-tab>
              <paper-tab>THE TENTH</paper-tab>
              <paper-tab>THE ITEM ELEVEN</paper-tab>
              <paper-tab>TWELFTH ITEM</paper-tab>
            </paper-tabs>
          </div>
        </template>
      </demo-snippet>

      <h3>
        Use the <code>align-bottom</code> attribute when your tabs are
        positioned below the content they control. The selection bar will be
        shown at the top of the tabs.
      </h3>
      <demo-snippet>
        <template>
          <paper-tabs selected="0" align-bottom>
            <paper-tab>ITEM ONE</paper-tab>
            <paper-tab>ITEM TWO</paper-tab>
            <paper-tab>ITEM THREE</paper-tab>
          </paper-tabs>
        </template>
      </demo-snippet>

      <h3>
        Use the <code>link</code> attribute when a <code>paper-tab</code>
        contains a link. The link will fill the entire tab. <code>paper-tabs</code>
        implements its own tabindexing and keyboard focus patterns so an anchor
        placed inside should set <code>tabindex="-1"</code>.
      </h3>
      <demo-snippet>
        <template>
          <style is="custom-style">
            paper-tab[link] a {
              /* These mixins (from iron-flex-layout) center the link text. */
              @apply(--layout-horizontal);
              @apply(--layout-center-center);
              color: #fff;
              text-decoration: none;
            }
          </style>

          <paper-tabs selected="0">
            <paper-tab link>
              <a href="#item1" tabindex="-1">ITEM ONE</a>
            </paper-tab>
            <paper-tab link>
              <a href="#item2" tabindex="-1">ITEM TWO</a>
            </paper-tab>
            <paper-tab link>
              <a href="#item3" tabindex="-1">ITEM THREE</a>
            </paper-tab>
          </paper-tabs>
        </template>
      </demo-snippet>

      <h3>
        Tabs can be used in a <code>paper-toolbar</code>.
      </h3>
      <demo-snippet>
        <template>
          <style is="custom-style">
            paper-toolbar {
              --paper-toolbar-background: var(--paper-blue-900);
            }

            .self-end {
              /* This mixin (from iron-flex-layout) aligns the tabs to the
                 bottom of the toolbar. */
              @apply(--layout-self-end);
            }
          </style>

          <paper-toolbar class="tall">
            <paper-tabs selected="0" class="bottom self-end" style="width: 300px;">
              <paper-tab>ITEM ONE</paper-tab>
              <paper-tab>ITEM TWO</paper-tab>
            </paper-tabs>
          </paper-toolbar>
        </template>
      </demo-snippet>

      <h3>
        Use <code>autoselect</code> to enable automatic tab selection.
      </h3>
      <demo-snippet>
        <template>
          <paper-tabs selected="0" autoselect>
            <paper-tab>ITEM ONE</paper-tab>
            <paper-tab>ITEM TWO</paper-tab>
            <paper-tab>ITEM THREE</paper-tab>
          </paper-tabs>
        </template>
      </demo-snippet>

      <h3>
        Use <code>autoselect-delay</code> to adjust the delay between the last
        keyup event and when the tab is automatically selected (when
        <code>autoselect</code> is true).
      </h3>
      <demo-snippet>
        <template>
          <h4>
            <code>autoselect-delay="0"</code>
          </h4>
          <paper-tabs selected="0" no-slide autoselect autoselect-delay="0">
            <paper-tab>ITEM ONE</paper-tab>
            <paper-tab>ITEM TWO</paper-tab>
            <paper-tab>ITEM THREE</paper-tab>
          </paper-tabs>

          <h4>
            <code>autoselect-delay="1000"</code>
          </h4>
          <paper-tabs selected="0" autoselect autoselect-delay="1000">
            <paper-tab>ITEM ONE</paper-tab>
            <paper-tab>ITEM TWO</paper-tab>
            <paper-tab>ITEM THREE</paper-tab>
          </paper-tabs>
        </template>
      </demo-snippet>

      <!--
      Nested templates are not supported in IE, meaning they can't be used in a
      demo-snippet. See Polymer/polymer#2495 for more details.
      -->
      <!--
      <h3>J. Bound Selection</h3>
      <demo-snippet>
        <template>
          <template is="dom-bind">
            <h2>Current Tab: <span>[[selected]]</span></h2>
            <paper-tabs selected="{{selected}}">
              <paper-tab>ITEM ONE</paper-tab>
              <paper-tab>ITEM TWO</paper-tab>
              <paper-tab>ITEM THREE</paper-tab>
            </paper-tabs>
          </template>
        </template>
      </demo-snippet>

      <h3>K. Controlling content</h3>
      <demo-snippet>
        <template>
          <style is="custom-style">
            iron-pages {
              border: 1px solid #ccc;
              border-top: none;
              padding: 8px;
            }
          </style>

          <template is="dom-bind">
            <paper-tabs selected="{{selected}}">
              <paper-tab>ITEM ONE</paper-tab>
              <paper-tab>ITEM TWO</paper-tab>
              <paper-tab>ITEM THREE</paper-tab>
            </paper-tabs>
            <iron-pages selected="{{selected}}">
              <div>CONTENT ONE</div>
              <div>CONTENT TWO</div>
              <div>CONTENT THREE</div>
            </iron-pages>
          </template>
        </template>
      </demo-snippet>
      -->

    </div>

  </body>
</html>