markdown-ui 0.1.7 → 0.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Changelog +14 -0
- data/TODO.md +44 -0
- data/components/elements/markdown-ui-button/lib/button/basic.rb +1 -1
- data/components/elements/markdown-ui-button/lib/button/custom.rb +1 -1
- data/components/elements/markdown-ui-button/lib/button/focusable.rb +4 -13
- data/components/elements/markdown-ui-button/lib/button/icon.rb +1 -1
- data/components/elements/markdown-ui-button/lib/button/labeled_icon.rb +1 -1
- data/components/elements/markdown-ui-button/lib/button/standard.rb +1 -1
- data/components/elements/markdown-ui-header/lib/header/header.rb +7 -4
- data/lib/markdown-ui/tag/button_tag.rb +27 -0
- data/lib/markdown-ui/tag/focusable_button_tag.rb +27 -0
- data/lib/markdown-ui/version.rb +1 -1
- data/website/about.html +41 -0
- data/website/about.md +27 -0
- data/website/compile.sh +12 -3
- data/website/{button.html → docs/button.html} +196 -125
- data/website/{button.md → docs/button.md} +163 -77
- data/website/docs/toc.html +75 -0
- data/website/docs/toc.md +46 -0
- data/website/index.html +18 -497
- data/website/index.md +19 -542
- metadata +11 -4
@@ -1,36 +1,33 @@
|
|
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
|
-
> > Segment:
|
27
|
-
> > ### Button
|
1
|
+
> Container:
|
2
|
+
> > Inverted Segment:
|
3
|
+
> > > Inverted Menu:
|
4
|
+
> > > [Markdown UI](http://jjuliano.github.io/markdown-ui "basic")
|
5
|
+
> > > > Inverted Right Menu:
|
6
|
+
> > > > [Table of Contents](toc.html)
|
7
|
+
> > > > [About](../about.html)
|
8
|
+
> > > > [Github](https://github.com/jjuliano/markdown-ui)
|
9
|
+
> > > > [Install](../index.html#install)
|
10
|
+
>
|
11
|
+
> <!-- -->
|
12
|
+
>
|
13
|
+
> > Basic Segment:
|
14
|
+
> > # Button:Center Aligned:button
|
15
|
+
>
|
16
|
+
> <!-- -->
|
17
|
+
>
|
18
|
+
> > Basic Segment:
|
19
|
+
> > ## Types:Dividing Left Aligned:types
|
20
|
+
>
|
21
|
+
> <!-- -->
|
22
|
+
>
|
23
|
+
> > Basic Segment:
|
24
|
+
> > #### Button::simple-button
|
28
25
|
> > "Standard Button"
|
29
26
|
>
|
30
27
|
> <!-- -->
|
31
28
|
>
|
32
29
|
> > Divided Segment Grid:
|
33
|
-
> > >
|
30
|
+
> > > Attached Segment:
|
34
31
|
> > > > Top Attached Label:
|
35
32
|
> > > > Standard Button
|
36
33
|
> >
|
@@ -55,7 +52,7 @@
|
|
55
52
|
> <!-- -->
|
56
53
|
>
|
57
54
|
> > Divided Segment Grid:
|
58
|
-
> > >
|
55
|
+
> > > Attached Segment:
|
59
56
|
> > > > Top Attached Label:
|
60
57
|
> > > > Standard Button with Custom Class And ID
|
61
58
|
> >
|
@@ -78,7 +75,7 @@
|
|
78
75
|
> <!-- -->
|
79
76
|
>
|
80
77
|
> > Divided Segment Grid:
|
81
|
-
> > >
|
78
|
+
> > > Attached Segment:
|
82
79
|
> > > > Top Attached Label:
|
83
80
|
> > > > Focusable Button
|
84
81
|
> >
|
@@ -93,23 +90,21 @@
|
|
93
90
|
> > > Left Aligned Ten Wide Column:
|
94
91
|
> > > ##### Markdown Syntax
|
95
92
|
> > > > Inverted Very Padded Segment:
|
96
|
-
> > > > ```
|
97
|
-
> > > > __Focusable Button|Follow|<Optional-ID>__
|
98
|
-
> > > > ```
|
93
|
+
> > > > ``` __Focusable Button|Follow|<Optional-ID>__ ```
|
99
94
|
> >
|
100
95
|
> > <!-- -->
|
101
96
|
> >
|
102
97
|
>
|
103
98
|
> <!-- -->
|
104
99
|
>
|
105
|
-
> >
|
106
|
-
> >
|
100
|
+
> > Basic Segment:
|
101
|
+
> > #### Emphasis::emphasis
|
107
102
|
> > "A button can be formatted to show different levels of emphasis"
|
108
103
|
>
|
109
104
|
> <!-- -->
|
110
105
|
>
|
111
106
|
> > Divided Segment Grid:
|
112
|
-
> > >
|
107
|
+
> > > Attached Segment:
|
113
108
|
> > > > Top Attached Label:
|
114
109
|
> > > > Emphasis
|
115
110
|
> >
|
@@ -134,14 +129,14 @@
|
|
134
129
|
>
|
135
130
|
> <!-- -->
|
136
131
|
>
|
137
|
-
> >
|
138
|
-
> >
|
132
|
+
> > Basic Segment:
|
133
|
+
> > #### Animated::animated
|
139
134
|
> > "A button can animate to show hidden content"
|
140
135
|
>
|
141
136
|
> <!-- -->
|
142
137
|
>
|
143
138
|
> > Divided Segment Grid:
|
144
|
-
> > >
|
139
|
+
> > > Attached Segment:
|
145
140
|
> > > > Top Attached Label:
|
146
141
|
> > > > Animated
|
147
142
|
> >
|
@@ -156,9 +151,7 @@
|
|
156
151
|
> > > Left Aligned Ten Wide Column:
|
157
152
|
> > > ##### Markdown Syntax
|
158
153
|
> > > > Inverted Very Padded Segment:
|
159
|
-
> > > > ```
|
160
|
-
> > > > __Animated Button|Next;Icon:Right Arrow__
|
161
|
-
> > > > ```
|
154
|
+
> > > > ```__Animated Button|Next;Icon:Right Arrow__```
|
162
155
|
> >
|
163
156
|
> > <!-- -->
|
164
157
|
> >
|
@@ -166,7 +159,7 @@
|
|
166
159
|
> <!-- -->
|
167
160
|
>
|
168
161
|
> > Divided Segment Grid:
|
169
|
-
> > >
|
162
|
+
> > > Attached Segment:
|
170
163
|
> > > > Top Attached Label:
|
171
164
|
> > > > Vertical Animated
|
172
165
|
> >
|
@@ -181,9 +174,7 @@
|
|
181
174
|
> > > Left Aligned Ten Wide Column:
|
182
175
|
> > > ##### Markdown Syntax
|
183
176
|
> > > > Inverted Very Padded Segment:
|
184
|
-
> > > > ```
|
185
|
-
> > > > __Vertical Animated Button|Icon:Shop;Shop__
|
186
|
-
> > > > ```
|
177
|
+
> > > > ```__Vertical Animated Button|Icon:Shop;Shop__```
|
187
178
|
> >
|
188
179
|
> > <!-- -->
|
189
180
|
> >
|
@@ -191,7 +182,7 @@
|
|
191
182
|
> <!-- -->
|
192
183
|
>
|
193
184
|
> > Divided Segment Grid:
|
194
|
-
> > >
|
185
|
+
> > > Attached Segment:
|
195
186
|
> > > > Top Attached Label:
|
196
187
|
> > > > Fade Animated
|
197
188
|
> >
|
@@ -213,14 +204,14 @@
|
|
213
204
|
>
|
214
205
|
> <!-- -->
|
215
206
|
>
|
216
|
-
> >
|
217
|
-
> >
|
207
|
+
> > Basic Segment:
|
208
|
+
> > #### Icon::icon
|
218
209
|
> > "A button can have only an icon"
|
219
210
|
>
|
220
211
|
> <!-- -->
|
221
212
|
>
|
222
213
|
> > Divided Segment Grid:
|
223
|
-
> > >
|
214
|
+
> > > Attached Segment:
|
224
215
|
> > > > Top Attached Label:
|
225
216
|
> > > > Icon Button
|
226
217
|
> >
|
@@ -236,7 +227,7 @@
|
|
236
227
|
> > > ##### Markdown Syntax
|
237
228
|
> > > > Inverted Very Padded Segment:
|
238
229
|
> > > > ```
|
239
|
-
> > > > __Icon Button|Icon
|
230
|
+
> > > > __Icon Button|Icon:Cloud__
|
240
231
|
> > > > ```
|
241
232
|
> >
|
242
233
|
> > <!-- -->
|
@@ -244,14 +235,14 @@
|
|
244
235
|
>
|
245
236
|
> <!-- -->
|
246
237
|
>
|
247
|
-
> >
|
248
|
-
> >
|
238
|
+
> > Basic Segment:
|
239
|
+
> > #### Labeled Icon::labeled-icon
|
249
240
|
> > "A button can have an icon and a label"
|
250
241
|
>
|
251
242
|
> <!-- -->
|
252
243
|
>
|
253
244
|
> > Divided Segment Grid:
|
254
|
-
> > >
|
245
|
+
> > > Attached Segment:
|
255
246
|
> > > > Top Attached Label:
|
256
247
|
> > > > Labeled Icon
|
257
248
|
> >
|
@@ -266,23 +257,21 @@
|
|
266
257
|
> > > Left Aligned Ten Wide Column:
|
267
258
|
> > > ##### Markdown Syntax
|
268
259
|
> > > > Inverted Very Padded Segment:
|
269
|
-
> > > > ```
|
270
|
-
> > > > __Labeled Icon Button|Icon:Pause,Pause__
|
271
|
-
> > > > ```
|
260
|
+
> > > > ``` __Labeled Icon Button|Icon:Pause,Pause__ ```
|
272
261
|
> >
|
273
262
|
> > <!-- -->
|
274
263
|
> >
|
275
264
|
>
|
276
265
|
> <!-- -->
|
277
266
|
>
|
278
|
-
> >
|
279
|
-
> >
|
267
|
+
> > Basic Segment:
|
268
|
+
> > #### Basic Button::basic-button
|
280
269
|
> > "A basic button is less pronounced"
|
281
270
|
>
|
282
271
|
> <!-- -->
|
283
272
|
>
|
284
273
|
> > Divided Segment Grid:
|
285
|
-
> > >
|
274
|
+
> > > Attached Segment:
|
286
275
|
> > > > Top Attached Label:
|
287
276
|
> > > > Basic Button
|
288
277
|
> >
|
@@ -297,9 +286,7 @@
|
|
297
286
|
> > > Left Aligned Ten Wide Column:
|
298
287
|
> > > ##### Markdown Syntax
|
299
288
|
> > > > Inverted Very Padded Segment:
|
300
|
-
> > > > ```
|
301
|
-
> > > > __Basic Button|Icon:User,Add Friend__
|
302
|
-
> > > > ```
|
289
|
+
> > > > ``` __Basic Button|Icon:User,Add Friend__ ```
|
303
290
|
> >
|
304
291
|
> > <!-- -->
|
305
292
|
> >
|
@@ -307,7 +294,7 @@
|
|
307
294
|
> <!-- -->
|
308
295
|
>
|
309
296
|
> > Divided Segment Grid:
|
310
|
-
> > >
|
297
|
+
> > > Attached Segment:
|
311
298
|
> > > > Top Attached Label:
|
312
299
|
> > > > Basic Button
|
313
300
|
> >
|
@@ -347,14 +334,14 @@
|
|
347
334
|
>
|
348
335
|
> <!-- -->
|
349
336
|
>
|
350
|
-
> >
|
351
|
-
> >
|
337
|
+
> > Basic Segment:
|
338
|
+
> > #### Inverted::inverted
|
352
339
|
> > "A button can be formatted to appear on dark backgrounds"
|
353
340
|
>
|
354
341
|
> <!-- -->
|
355
342
|
>
|
356
343
|
> > Divided Segment Grid:
|
357
|
-
> > >
|
344
|
+
> > > Attached Segment:
|
358
345
|
> > > > Top Attached Label:
|
359
346
|
> > > > Inverted
|
360
347
|
> >
|
@@ -396,14 +383,19 @@
|
|
396
383
|
>
|
397
384
|
> <!-- -->
|
398
385
|
>
|
399
|
-
> >
|
400
|
-
> >
|
386
|
+
> > Basic Segment:
|
387
|
+
> > ## Groups:Dividing Left Aligned:groups
|
388
|
+
>
|
389
|
+
> <!-- -->
|
390
|
+
>
|
391
|
+
> > Basic Segment:
|
392
|
+
> > #### Buttons::buttons
|
401
393
|
> > "Buttons can exist together as a group"
|
402
394
|
>
|
403
395
|
> <!-- -->
|
404
396
|
>
|
405
397
|
> > Divided Segment Grid:
|
406
|
-
> > >
|
398
|
+
> > > Attached Segment:
|
407
399
|
> > > > Top Attached Label:
|
408
400
|
> > > > Buttons
|
409
401
|
> >
|
@@ -431,14 +423,14 @@
|
|
431
423
|
>
|
432
424
|
> <!-- -->
|
433
425
|
>
|
434
|
-
> >
|
435
|
-
> >
|
426
|
+
> > Basic Segment:
|
427
|
+
> > #### Icon Buttons::icon-buttons
|
436
428
|
> > "Buttons can exist together as a group"
|
437
429
|
>
|
438
430
|
> <!-- -->
|
439
431
|
>
|
440
432
|
> > Divided Segment Grid:
|
441
|
-
> > >
|
433
|
+
> > > Attached Segment:
|
442
434
|
> > > > Top Attached Label:
|
443
435
|
> > > > Buttons
|
444
436
|
> >
|
@@ -482,14 +474,19 @@
|
|
482
474
|
>
|
483
475
|
> <!-- -->
|
484
476
|
>
|
485
|
-
> >
|
486
|
-
> >
|
477
|
+
> > Basic Segment:
|
478
|
+
> > ## Content:Dividing Left Aligned:content
|
479
|
+
>
|
480
|
+
> <!-- -->
|
481
|
+
>
|
482
|
+
> > Basic Segment:
|
483
|
+
> > #### Conditionals::conditionals
|
487
484
|
> > "Button groups can contain conditionals"
|
488
485
|
>
|
489
486
|
> <!-- -->
|
490
487
|
>
|
491
488
|
> > Divided Segment Grid:
|
492
|
-
> > >
|
489
|
+
> > > Attached Segment:
|
493
490
|
> > > > Top Attached Label:
|
494
491
|
> > > > Conditionals
|
495
492
|
> >
|
@@ -532,4 +529,93 @@
|
|
532
529
|
> > > > ```> __Positive Button|deux|<Optional-ID>__```
|
533
530
|
> >
|
534
531
|
> > <!-- -->
|
535
|
-
> >
|
532
|
+
> >
|
533
|
+
>
|
534
|
+
> <!-- -->
|
535
|
+
>
|
536
|
+
> > Basic Segment:
|
537
|
+
> > ## States:Dividing Left Aligned:states
|
538
|
+
>
|
539
|
+
> <!-- -->
|
540
|
+
>
|
541
|
+
> > Basic Segment:
|
542
|
+
> > #### Active::active
|
543
|
+
> > "A button can show it is currently the active user selection"
|
544
|
+
>
|
545
|
+
> <!-- -->
|
546
|
+
>
|
547
|
+
> > Divided Segment Grid:
|
548
|
+
> > > Attached Segment:
|
549
|
+
> > > > Top Attached Label:
|
550
|
+
> > > > Active State
|
551
|
+
> >
|
552
|
+
> > <!-- -->
|
553
|
+
> >
|
554
|
+
> > > Center Aligned Six Wide Column:
|
555
|
+
> > > ##### Preview
|
556
|
+
> > > __Active Button|Icon:User, Follow__
|
557
|
+
> >
|
558
|
+
> > <!-- -->
|
559
|
+
> >
|
560
|
+
> > > Left Aligned Ten Wide Column:
|
561
|
+
> > > ##### Markdown Syntax
|
562
|
+
> > > > Inverted Very Padded Segment:
|
563
|
+
> > > > ```__Active Button|Icon:User, Follow__```
|
564
|
+
>
|
565
|
+
> <!-- -->
|
566
|
+
>
|
567
|
+
> > Basic Segment:
|
568
|
+
> > #### Disabled::disabled
|
569
|
+
> > "A button can show it is currently unable to be interacted with"
|
570
|
+
>
|
571
|
+
> <!-- -->
|
572
|
+
>
|
573
|
+
> > Divided Segment Grid:
|
574
|
+
> > > Attached Segment:
|
575
|
+
> > > > Top Attached Label:
|
576
|
+
> > > > Disabled State
|
577
|
+
> >
|
578
|
+
> > <!-- -->
|
579
|
+
> >
|
580
|
+
> > > Center Aligned Six Wide Column:
|
581
|
+
> > > ##### Preview
|
582
|
+
> > > __Disabled Button|Icon:User,Followed__
|
583
|
+
> >
|
584
|
+
> > <!-- -->
|
585
|
+
> >
|
586
|
+
> > > Left Aligned Ten Wide Column:
|
587
|
+
> > > ##### Markdown Syntax
|
588
|
+
> > > > Inverted Very Padded Segment:
|
589
|
+
> > > > ```__Disabled Button|Icon:User,Followed__```
|
590
|
+
>
|
591
|
+
> <!-- -->
|
592
|
+
>
|
593
|
+
> > Basic Segment:
|
594
|
+
> > #### Loading::loading
|
595
|
+
> > "A button can show a loading indicator"
|
596
|
+
>
|
597
|
+
> <!-- -->
|
598
|
+
>
|
599
|
+
> > Divided Segment Grid:
|
600
|
+
> > > Attached Segment:
|
601
|
+
> > > > Top Attached Label:
|
602
|
+
> > > > Loading State
|
603
|
+
> >
|
604
|
+
> > <!-- -->
|
605
|
+
> >
|
606
|
+
> > > Center Aligned Six Wide Column:
|
607
|
+
> > > ##### Preview
|
608
|
+
> > > __Loading Button|Loading__
|
609
|
+
> > > __Basic Loading Button|Loading__
|
610
|
+
> > > __Primary Loading Button|Loading__
|
611
|
+
> > > __Secondary Loading Button|Loading__
|
612
|
+
> >
|
613
|
+
> > <!-- -->
|
614
|
+
> >
|
615
|
+
> > > Left Aligned Ten Wide Column:
|
616
|
+
> > > ##### Markdown Syntax
|
617
|
+
> > > > Inverted Very Padded Segment:
|
618
|
+
> > > > ``` __Loading Button|Loading__ ``` <br />
|
619
|
+
> > > > ``` __Basic Loading Button|Loading__ ``` <br />
|
620
|
+
> > > > ``` __Primary Loading Button|Loading__ ``` <br />
|
621
|
+
> > > > ``` __Secondary Loading Button|Loading__ ```
|
@@ -0,0 +1,75 @@
|
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
3
|
+
<head>
|
4
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
5
|
+
<meta charset="utf-8" />
|
6
|
+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
7
|
+
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1" />
|
8
|
+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.0.7/semantic.min.css" />
|
9
|
+
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
|
10
|
+
<script src="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.0.7/semantic.min.js"></script>
|
11
|
+
<!--[if lt IE 9]>
|
12
|
+
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
13
|
+
<![endif]-->
|
14
|
+
<style>
|
15
|
+
<![CDATA[
|
16
|
+
code { white-space:pre }
|
17
|
+
]]>
|
18
|
+
</style>
|
19
|
+
</head>
|
20
|
+
<body>
|
21
|
+
<div class="ui container">
|
22
|
+
<div class="ui inverted segment">
|
23
|
+
<div class="ui inverted menu">
|
24
|
+
<a class="ui basic item" href="http://jjuliano.github.io/markdown-ui">Markdown UI</a>
|
25
|
+
<div class="ui inverted right menu">
|
26
|
+
<a class="ui active item" href="toc.html">Docs</a>
|
27
|
+
<a class="ui item" href="../about.html">About</a>
|
28
|
+
<a class="ui item" href="https://github.com/jjuliano/markdown-ui">Github</a>
|
29
|
+
<a class="ui item" href="../index.html#install">Install</a>
|
30
|
+
</div>
|
31
|
+
</div>
|
32
|
+
</div>
|
33
|
+
<!-- -->
|
34
|
+
<div class="ui text container">
|
35
|
+
<h1 class="ui center aligned header">Table of Contents</h1>
|
36
|
+
<h2 class="ui header">
|
37
|
+
<a class="ui item" href="button.html#button">Button</a>
|
38
|
+
</h2>
|
39
|
+
<div class="ui two column doubling grid container">
|
40
|
+
<div class="ui column"><h3 class="ui header"><a class="ui item" href="button.html#types">Types</a></h3><a class="ui item" href="button.html#simple-button">Button</a>
|
41
|
+
,
|
42
|
+
<a class="ui item" href="button.html#emphasis">Emphasis</a>
|
43
|
+
,
|
44
|
+
<a class="ui item" href="button.html#animated">Animated</a>
|
45
|
+
,
|
46
|
+
<a class="ui item" href="button.html#icon">Icon</a>
|
47
|
+
,
|
48
|
+
<a class="ui item" href="button.html#labeled-icon">Labeled Icon</a>
|
49
|
+
,
|
50
|
+
<a class="ui item" href="button.html#basic-button">Basic</a>
|
51
|
+
,
|
52
|
+
<a class="ui item" href="button.html#inverted">Inverted</a></div>
|
53
|
+
<!-- -->
|
54
|
+
<div class="ui column"><h3 class="ui header"><a class="ui item" href="button.html#groups">Groups</a></h3><a class="ui item" href="button.html#buttons">Buttons</a>
|
55
|
+
,
|
56
|
+
<a class="ui item" href="button.html#icon-buttons">Icon Buttons</a></div>
|
57
|
+
<!-- -->
|
58
|
+
<div class="ui column">
|
59
|
+
<h3 class="ui header">
|
60
|
+
<a class="ui item" href="button.html#content">Content</a>
|
61
|
+
</h3>
|
62
|
+
<a class="ui item" href="button.html#conditionals">Conditionals</a>
|
63
|
+
</div>
|
64
|
+
<!-- -->
|
65
|
+
<div class="ui column"><h3 class="ui header"><a class="ui item" href="button.html#states">States</a></h3><a class="ui item" href="button.html#active">Active</a>
|
66
|
+
,
|
67
|
+
<a class="ui item" href="button.html#disabled">Disabled</a>
|
68
|
+
,
|
69
|
+
<a class="ui item" href="button.html#loading">Loading</a></div>
|
70
|
+
</div>
|
71
|
+
</div>
|
72
|
+
</div>
|
73
|
+
|
74
|
+
</body>
|
75
|
+
</html>
|
data/website/docs/toc.md
ADDED
@@ -0,0 +1,46 @@
|
|
1
|
+
> Container:
|
2
|
+
> > Inverted Segment:
|
3
|
+
> > > Inverted Menu:
|
4
|
+
> > > [Markdown UI](http://jjuliano.github.io/markdown-ui "basic")
|
5
|
+
> > > > Inverted Right Menu:
|
6
|
+
> > > > [Docs](toc.html "active")
|
7
|
+
> > > > [About](../about.html )
|
8
|
+
> > > > [Github](https://github.com/jjuliano/markdown-ui)
|
9
|
+
> > > > [Install](../index.html#install)
|
10
|
+
>
|
11
|
+
> <!-- -->
|
12
|
+
>
|
13
|
+
> > Text Container:
|
14
|
+
> > # Table of Contents:Center Aligned
|
15
|
+
> > ## [Button](button.html#button)
|
16
|
+
> > > Two Column Doubling Grid Container:
|
17
|
+
> > > > Column:
|
18
|
+
> > > > ### [Types](button.html#types)
|
19
|
+
> > > > [Button](button.html#simple-button),
|
20
|
+
> > > > [Emphasis](button.html#emphasis),
|
21
|
+
> > > > [Animated](button.html#animated),
|
22
|
+
> > > > [Icon](button.html#icon),
|
23
|
+
> > > > [Labeled Icon](button.html#labeled-icon),
|
24
|
+
> > > > [Basic](button.html#basic-button),
|
25
|
+
> > > > [Inverted](button.html#inverted)
|
26
|
+
> > >
|
27
|
+
> > > <!-- -->
|
28
|
+
> > >
|
29
|
+
> > > > Column:
|
30
|
+
> > > > ### [Groups](button.html#groups)
|
31
|
+
> > > > [Buttons](button.html#buttons),
|
32
|
+
> > > > [Icon Buttons](button.html#icon-buttons)
|
33
|
+
> > >
|
34
|
+
> > > <!-- -->
|
35
|
+
> > >
|
36
|
+
> > > > Column:
|
37
|
+
> > > > ### [Content](button.html#content)
|
38
|
+
> > > > [Conditionals](button.html#conditionals)
|
39
|
+
> > >
|
40
|
+
> > > <!-- -->
|
41
|
+
> > >
|
42
|
+
> > > > Column:
|
43
|
+
> > > > ### [States](button.html#states)
|
44
|
+
> > > > [Active](button.html#active),
|
45
|
+
> > > > [Disabled](button.html#disabled),
|
46
|
+
> > > > [Loading](button.html#loading)
|