forked from Dogfalo/materialize
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponents.html
576 lines (546 loc) · 24.4 KB
/
components.html
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
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Materialize - Documentation</title>
<!-- Favicons -->
<link rel="apple-touch-icon-precomposed" href="images/favicon/apple-touch-icon-152x152.png">
<meta name="msapplication-TileColor" content="#FFFFFF">
<meta name="msapplication-TileImage" content="images/favicon/mstile-144x144.png">
<link rel="icon" href="images/favicon/favicon-32x32.png" sizes="32x32">
<!-- Android 5 Chrome Color -->
<meta name="theme-color" content="#EE6E73">
<link href="css/ghpages-materialize.css" type="text/css" rel="stylesheet" media="screen,projection" />
<link href="css/prism.css" rel="stylesheet" />
</head>
<body>
<nav>
<div class="container">
<div class="nav-wrapper">
<a href="index.html" class="brand-logo">Materialize</a>
<ul class="right side-nav" id="nav-mobile">
<li><a href="about.html">About</a></li>
<li><a href="getting_started.html">Getting Started</a></li>
<li><a href="sass.html">Sass</a></li>
<li class="active"><a href="components.html">Components</a></li>
<li><a href="javascript.html">JavaScript</a></li>
</ul>
<a class="button-collapse" href="#" data-activates='nav-mobile'><i class="mdi-navigation-menu"></i></a>
</div>
</div>
</nav>
<div class="tabs-wrapper">
<div class="row white z-depth-1">
<div class="container">
<ul class="tabs">
<li class="tab"><a href="#tab1">Typography</a></li>
<li class="tab"><a href="#tab2">Grid</a></li>
<li class="tab"><a href="#tab4">Forms</a></li>
<li class="tab"><a href="#tab5">Buttons</a></li>
<li class="tab"><a href="#tab6">Navbar</a></li>
<li class="tab"><a href="#tab7">Cards</a></li>
</ul>
</div>
</div>
</div>
<div class="container">
<div id="tab1" class="section row">
<div class="col hide-on-small-only m3 l2">
<div style="height: 1px;">
<ul class="table-of-contents">
<li><a href="#headers">Headers</a></li>
<li><a href="#flow">Flow Text</a></li>
</ul>
</div>
</div>
<div class="col s12 m9 l10">
<div id="headers" class="scrollspy">
<h2 class="header">Typography</h2>
<h3 class='header light'>Headers</h3>
<div class="row">
<div class="col s12">
<p>We provide some basic styling on header tags. In the example on the right, you can see the difference in sizes between the 6 header tags</p>
<div class="preview">
<h1>Heading h1</h1>
<h2>Heading h2</h2>
<h3>Heading h3</h3>
<h4>Heading h4</h4>
<h5>Heading h5</h5>
<h6>Heading h6</h6>
</div>
</div>
</div>
</div>
<div id="flow" class="scrollspy">
<h3 class='header light'>Flow Text</h3>
<p>
One common flaw we've seen in many frameworks is a lack of support for truly responsive text. While elements on the page resize fluidly, text still resizes on a fixed basis. To ameliorate this problem, for text heavy pages, we've created a class that fluidly scales text size and line-height to optimize readability for the user. Line length stays between 45-80 characters and line height scales to be larger on smaller screens.
</p>
<p>
To see Flow Text in action, resize your browser and watch the size of the text below change!
</p>
<p>To activate this, just add the class "flow-text" to a tag, see the code and demo below for a feel of how this works.</p>
<div class='row'>
<pre><code class='language-markup col s12'>
<p class='flow-text'>I am Flow Text</p>
</code></pre>
</div>
<p class="flow-text">Post-ironic keffiyeh bitters Banksy street art yr, ennui flexitarian organic bespoke lomo readymade. Schlitz single-origin coffee Wes Anderson XOXO, literally whatever cliche lo-fi deep v pug beard. Blog whatever banh mi wayfarers, tousled roof party try-hard gentrify aesthetic ennui 90's Bushwick. Master cleanse American Apparel PBR&B letterpress, mumblecore fingerstache tousled Thundercats hashtag Wes Anderson quinoa. Yr Brooklyn messenger bag scenester, wolf beard sustainable chia cred sriracha flannel Truffaut Tonx. Butcher 3 wolf moon Vice Banksy, gentrify sartorial XOXO farm-to-table PBR gastropub pop-up. YOLO plaid mustache small batch flannel chambray.
Typewriter swag Marfa forage, biodiesel Cosby sweater pork belly McSweeney's fap kale chips ugh. Cornhole hoodie chambray Truffaut, you probably haven't heard of them next level flannel. Plaid cred cray, next level trust fund pork belly vegan gastropub Blue Bottle artisan. Before they sold out ugh stumptown, bitters wolf banjo YOLO forage direct trade Marfa kitsch try- hard mixtape vegan small batch. Truffaut artisan deep v pickled biodiesel, chambray synth pop-up bicycle rights squid gluten-free mlkshk Godard photo booth roof party. DIY bicycle rights Marfa actually, Blue Bottle normcore Pitchfork organic tofu authentic Austin ennui post-ironic. Synth gastropub church-key, small batch art party 3 wolf moon disrupt cornhole quinoa Thundercats biodiesel Williamsburg Schlitz.</p>
</div>
</div>
</div>
<div id="tab2" class="section">
<div class="row">
<!-- table of contents-->
<div class="col hide-on-small-only m3 l2">
<div style="height: 1px;">
<ul class="table-of-contents">
<li><a href="#grid">Grid</a></li>
<li><a href="#offset">Offsets</a></li>
</ul>
</div>
</div>
<div class="col s12 m9 l10">
<div id="grid" class="scrollspy">
<h2 class="header">Grids</h2>
<p class="caption">
We are using a standard 12 column fluid responsive grid system. It comes with 3 standard screen size media queries where you can alter the columns.</p>
<div class="row">
<div class="col grid-example s12"><p>s12</p></div>
<div class="col grid-example s12 m3"><p>s12 m3</p></div>
<div class="col grid-example s12 m6"><p>s12 m6</p></div>
<div class="col grid-example s12 m3"><p>s12 m3</p></div>
<div class="col grid-example s12 m6 l3"><p>s12 m6 l3</p></div>
<div class="col grid-example s12 m6 l3"><p>s12 m6 l3</p></div>
<div class="col grid-example s12 m6 l3"><p>s12 m6 l3</p></div>
<div class="col grid-example s12 m6 l3"><p>s12 m6 l3</p></div>
</div>
<div class="row">
<pre><code class="language-markup col s12">
<div class="row">
<div class="col s12"><p>s12</p></div>
<div class="col s12 m3"><p>s12 m3</p></div>
<div class="col s12 m6"><p>s12 m6</p></div>
<div class="col s12 m3"><p>s12 m3</p></div>
</div>
<div class="row">
<div class="col s12 m6 l3"><p>s12 m6 l3</p></div>
<div class="col s12 m6 l3"><p>s12 m6 l3</p></div>
<div class="col s12 m6 l3"><p>s12 m6 l3</p></div>
<div class="col s12 m6 l3"><p>s12 m6 l3</p></div>
</div>
</code></pre>
</div>
</div>
<div id="offset" class="scrollspy">
<h3 class="header">Offsets</h3>
<p>You can use offsets to make smaller sized columns without needing to fill in the empty space.</p>
<div class="row">
<div class="col grid-example s8 offset-s2"><p>s8 offset-s2</p></div>
<div class="col grid-example s8 offset-s2 m8 offset-m4 l10 offset-l2"><p>s8 offset-s2 m8 offset-m4 l10 offset-l2</p></div>
</div>
<div class="row">
<pre><code class="language-markup col s12">
<div class="col s8 offset-s2">
<p>s8 offset-s2</p>
</div>
<div class="col s6 offset-s6 m8 offset-m4 l10 offset-l2">
<p>s8 offset-s2 m8 offset-m4 l10 offset-l2</p>
</div>
</code></pre>
</div>
</div>
</div>
</div>
</div>
<!-- Form Elements -->
<div id="tab4" class="section row">
<div class="col hide-on-small-only m3 l2">
<div style="height: 1px;">
<ul class="table-of-contents">
<li><a href="#input">Input Fields</a></li>
<li><a href="#radio">Radio Buttons</a></li>
<li><a href="#checkbox">Checkboxes</a></li>
</ul>
</div>
</div>
<div class="col s12 m9 l10">
<div id="input" class="scrollspy">
<h2 class="header">Forms</h2>
<h4 class= "header light">Input fields</h4>
<p>Text fields allow user input. The border should light up simply and clearly indicating which field the user is currently editing.</p>
<div class="row">
<form class="col s12">
<div class="row">
<div class="col s6"><input placeholder="First Name"></div>
<div class="col s6"><input placeholder="Last Name"></div>
</div>
<div class="row">
<div class="col s12"><input placeholder="Enter Username"></div>
</div>
</form>
</div>
<div class="row">
<pre><code class="language-markup col s12">
<div class="row">
<form class="col s12 ">
<div class="row">
<div class="col s6"><input placeholder="First Name"></div>
<div class="col s6"><input placeholder="Last Name"></div>
</div>
<div class="row">
<div class="col s12"><input placeholder="Enter Username"></div>
</div>
</form>
</div>
</code></pre>
</div>
</div>
<div id="radio" class="scrollspy">
<h4 class= "header light">Radio Buttons</h4>
<p>Radio Buttons are used when the user must make only one selection out of a group of items</p>
<div class="row">
<form action="#">
<p>
<input name="group1" type="radio" id="test1" />
<label for="test1">Red</label>
</p>
<p>
<input name="group1" type="radio" id="test2" />
<label for="test2">Yellow</label>
</p>
<p>
<input name="group1" type="radio" id="test3" />
<label for="test3">Green</label>
</p>
<p>
<input name="group1" type="radio" id="test4" disabled="disabled" />
<label for="test4">Brown</label>
</p>
</form>
</div>
<div class="row">
<p>Add radio buttons to a group by adding the name attribute along with the same corresponding value for each of the radio buttons in the group. Create disabled radio buttons by adding the disabled attribute as shown below.</p>
</div>
<div class="row">
<pre><code class="language-markup col s12">
<form action="#">
<p>
<input name="group1" type="radio" id="test1" />
<label for="test1">Red</label>
</p>
<p>
<input name="group1" type="radio" id="test2" />
<label for="test2">Yellow</label>
</p>
<p>
<input name="group1" type="radio" id="test3" />
<label for="test3">Green</label>
</p>
<p>
<input name="group1" type="radio" id="test4" disabled="disabled" />
<label for="test4">Brown</label>
</p>
</form>
</code></pre>
</div>
</div>
<div id="checkbox" class="scrollspy">
<h4 class="header light">Checkboxes</h4>
<p>Checkboxes</p>
<div class="row">
<form action="#">
<p>
<input type="checkbox" id="test5" />
<label for="test5">Red</label>
</p>
<p>
<input type="checkbox" id="test6" checked="checked" />
<label for="test6">Yellow</label>
</p>
<p>
<input type="checkbox" id="test7" checked="checked" disabled="disabled" />
<label for="test7">Green</label>
</p>
<p>
<input type="checkbox" id="test8" disabled="disabled" />
<label for="test8">Brown</label>
</p>
</form>
</div>
<div class="row" >
<pre><code class="language-markup col s12">
<form action="#">
<p>
<input type="checkbox" id="test5" />
<label for="test5">Red</label>
</p>
<p>
<input type="checkbox" id="test6" checked="checked" />
<label for="test6">Yellow</label>
</p>
<p>
<input type="checkbox" id="test7" checked="checked" disabled="disabled" />
<label for="test7">Green</label>
</p>
<p>
<input type="checkbox" id="test8" disabled="disabled" />
<label for="test8">Brown</label>
</p>
</form>
</code></pre>
</div>
</div>
</div>
</div>
<!-- Buttons -->
<div id="tab5" class="section row">
<div class="col hide-on-small-only m3 l2">
<div style="height: 1px;">
<ul class="table-of-contents">
<li><a href="#raised">Raised</a></li>
<li><a href="#floating">Floating</a></li>
<li><a href="#flat">Flat</a></li>
<li><a href="#large">Large</a></li>
<li><a href="#disabled">Disabled</a></li>
</ul>
</div>
</div>
<div class="col s12 m9 l10">
<div id="raised" class="scrollspy">
<div class="row">
<h2 class="header">Buttons</h2>
<p class="caption">
There are 3 main button types described in material design. The raised button is a standard button that signify actions and seek to give depth to a mostly flat page. The floating circular action button is meant for very important functions. Flat buttons are usually used within elements that already have depth like cards or modals.
</p>
</div>
<div class="row">
<h4 class="header">Raised</h4>
<a class="waves-effect waves-light btn">button</a>
<a class="waves-effect waves-light btn"><i class="mdi-file-cloud"></i>button</a>
<a class="waves-effect waves-light btn"><i class="mdi-file-cloud right"></i>button</a>
<pre><code class="language-markup col s12">
<a href="" class="waves-effect waves-light btn">Stuff</a>
<a class="waves-effect waves-light btn"><i class="mdi-file-cloud"></i>button</a>
<a class="waves-effect waves-light btn"><i class="mdi-file-cloud right"></i>button</a>
</code></pre>
</div>
</div>
<div id="floating" class="scrollspy">
<div class="row">
<h4 class="header">Floating</h4>
<a class="btn-floating"><i class="mdi-content-add"></i></a>
<pre><code class="language-markup col s12">
<a href="" class="button floating"><i class="mdi-content-add"></i></a>
</code></pre>
</div>
</div>
<div id="flat" class="scrollspy">
<div class="row">
<h4 class="header">Flat</h4>
<a class="waves-effect waves-button btn-flat">Button</a>
<pre><code class="language-markup col s12">
<a href="" class="waves-effect button flat">Button</a>
</code></pre>
</div>
</div>
<div id="large" class="scrollspy">
<h3 class="header">Additional Styles</h3>
<div class="row">
<h4 class="header">Large</h4>
<p>This button has a larger height for buttons that need more attention.</p>
<a class="waves-effect waves-light btn-large">Button</a>
<a class="waves-effect waves-light btn-large"><i class="mdi-file-cloud"></i>button</a>
<a class="waves-effect waves-light btn-large"><i class="mdi-file-cloud right"></i>button</a>
<pre><code class="language-markup col s12">
<a href="" class="waves-effect waves-light btn-large">Button</a>
<a class="waves-effect waves-light btn-large"><i class="mdi-file-cloud"></i>button</a>
<a class="waves-effect waves-light btn-large"><i class="mdi-file-cloud right"></i>button</a>
</code></pre>
</div>
</div>
<div id="disabled" class="scrollspy">
<div class="row">
<h4 class="header">Disabled</h4>
<p>This style can be applied to all button types</p>
<a class="btn-large disabled">Button</a>
<a class="btn disabled">Button</a>
<a class="btn-flat disabled">Button</a>
<a class="btn-floating disabled"><i class="mdi-content-add"></i></a>
<pre><code class="language-markup col s12">
<a class="btn-large disabled">Button</a>
<a class="btn disabled">Button</a>
<a class="btn-flat disabled">Button</a>
<a class="btn-floating disabled"><i class="mdi-content-add"></i></a>
</code></pre>
</div>
</div>
</div>
</div>
<div id="tab6" class="section">
<!-- Navbar Section -->
<div class="row">
<h2 class="header">Navbar</h2>
<p class="caption">The navbar is fully contained by an HTML5 Nav tag. Inside a recommended container div, there are 2 main parts of the navbar. A logo or brand link, and the navigations links. You can align these links to the left or right.
</p>
<h4 class="header">Right Aligned Links</h4>
<nav>
<div class="nav-wrapper">
<div class="col s12">
<a href="#!" class="brand-logo">Logo</a>
<a class="button-collapse" href="#" data-activates='nav-mobile'><i class="mdi-navigation-menu"></i></a>
</div>
</div>
</nav>
</div>
<div class="row">
<pre><code class="language-markup col s12">
<nav>
<div class="nav-wrapper">
<a href="#" class="brand-logo">Logo</a>
<ul id="nav-mobile" class="right side-nav">
<li><a href="sass.html">Sass</a></li>
<li><a href="components.html">Components</a></li>
<li><a href="javascript.html">JavaScript</a></li>
</ul>
<a class="button-collapse" href="#" data-activates='nav-mobile'><i class="mdi-navigation-menu"></i></a>
</div>
</nav>
</code></pre>
</div>
<div class="row">
<h4 class="header">Left Aligned Links</h4>
<nav>
<div class="nav-wrapper">
<div class="col s12">
<a href="#!" class="brand-logo right">Logo</a>
<a class="button-collapse" href="#" data-activates='nav-mobile'><i class="mdi-navigation-menu"></i></a>
</div>
</div>
</nav>
</div>
<div class="row">
<pre><code class="language-markup col s12">
<nav>
<div class="nav-wrapper">
<a href="#" class="brand-logo right">Logo</a>
<ul id="nav-mobile" class="left side-nav">
<li><a href="sass.html">Sass</a></li>
<li><a href="components.html">Components</a></li>
<li><a href="javascript.html">JavaScript</a></li>
</ul>
<a class="button-collapse" href="#" data-activates='nav-mobile'><i class="mdi-navigation-menu"></i></a>
</div>
</nav>
</code></pre>
</div>
</div>
<div id="tab7" class="section">
<div class="row">
<h2 class="header">Cards</h2>
<p class="caption">Cards are a convenient means of displaying content composed of different types of objects. They’re also well-suited for presenting similar objects whose size or supported actions can vary considerably, like photos with captions of variable length.</p>
</div>
<div class="row">
<div class="col s12 m6">
<div class="card cyan">
<div class="card-content">
<h1>Card Title</h1>
<p>This is sample content</p>
</div>
<div class="card-footer">
<p>Footer</p>
<p>Sample content</p>
<a class='card-action' href='#'>This is a link</a>
<a class='card-action' href='#'>This is a link</a>
</div>
</div>
</div>
<div class="col s12 m6">
<div class="card">
<div class="card-content">
<img src="images/sample-1.jpg">
<h1>Card Title</h1>
<p>This is sample content</p>
</div>
<div class="card-footer">
<p>Footer</p>
<p>Sample content</p>
<a class='card-action' href='#'>This is a link</a>
<a class='card-action' href='#'>This is a link</a>
</div>
</div>
</div>
</div>
<div class="row">
<pre><code class="language-markup col s12">
<div class="col s12 m6">
<div class="card cyan">
<div class="card-content">
<h1>Card Title</h1>
<p>This is sample content</p>
</div>
<div class="card-footer">
<p>Footer</p>
<p>Sample content</p>
<p>Sample content</p>
<a class='card-action' href='#'>This is a link</a>
<a class='card-action' href='#'>This is a link</a>
</div>
</div>
</div>
<div class="col s12 m6">
<div class="card">
<div class="card-content">
<img src="images/sample-1.jpg">
<h1>Card Title</h1>
<p>This is sample content</p>
</div>
<div class="card-footer">
<p>Footer</p>
<p>Sample content</p>
<p>Sample content</p>
<a class='card-action' href='#'>This is a link</a>
<a class='card-action' href='#'>This is a link</a>
</div>
</div>
</div>
</code></pre>
</div>
</div>
</div>
<div id="footer" class="section">
<iframe src="http://ghbtns.com/github-btn.html?user=dogfalo&repo=materialize&type=watch&count=true&size=large"
allowtransparency="true" frameborder="0" scrolling="0" width="170" height="30"></iframe>
<a href="https://twitter.com/MaterializeCSS" class="twitter-follow-button" data-show-count="true" data-size="large" data-dnt="true">Follow @MaterializeCSS</a><a href="https://github.com/Dogfalo/materialize/blob/master/LICENSE">MIT License</a>
</div>
<script src="https://code.jquery.com/jquery-2.1.1.min.js">
</script>
<script src="js/jquery.easing.1.3.js"></script>
<script src="js/waves.js"></script>
<script src="js/prism.js"></script>
<script src="js/toasts.js"></script>
<script src="js/tooltip.js"></script>
<script src="js/tabs.js"></script>
<script src="js/dropdown.js"></script>
<script src="js/parallax.js"></script>
<script src="js/leanModal.js"></script>
<script src="js/collapsible.js"></script>
<script src="js/materialbox.js"></script>
<script src="js/scrollspy.js"></script>
<script src="js/sideNav.js"></script>
<script src="js/init.js"></script>
<!-- Twitter Button -->
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-56218128-1', 'auto');
ga('require', 'displayfeatures');
ga('send', 'pageview');
</script>
</body>
</html>