forked from rebassjs/rebass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
450 lines (450 loc) · 113 KB
/
index.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
<!DOCTYPE html><html data-reactid=".6dtrce0su8" data-react-checksum="1792594584"><head data-reactid=".6dtrce0su8.0"><meta charset="utf-8" data-reactid=".6dtrce0su8.0.0"><title data-reactid=".6dtrce0su8.0.1">Rebass</title><meta name="description" content="Stateless React UI components built with Basscss" data-reactid=".6dtrce0su8.0.2"><meta name="viewport" content="width=device-width, initial-scale=1" data-reactid=".6dtrce0su8.0.3"><link rel="icon" href="/images/0cb7a3e04e305ef915e64aa1a921ba05.png" data-reactid=".6dtrce0su8.0.4"><link rel="apple-touch-icon-precomposed" href="/images/f48c400f6f1aa4b44cb2b7a8103291b9.png" data-reactid=".6dtrce0su8.0.5"><style data-reactid=".6dtrce0su8.0.6">body{margin:0}img{max-width:100%}svg{max-height:100%}fieldset,input,select,textarea{font-family:inherit;font-size:1rem;box-sizing:border-box;margin-top:0;margin-bottom:0}label{vertical-align:middle}input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week]{height:2.25rem;padding:.5rem;vertical-align:middle;-webkit-appearance:none}select{line-height:1.75;padding:.5rem}select:not([multiple]){height:2.25rem;vertical-align:middle}textarea{line-height:1.75;padding:.5rem}table{border-collapse:separate;border-spacing:0;max-width:100%;width:100%}th{text-align:left;font-weight:500}td,th{padding:.25rem 1rem;line-height:inherit}th{vertical-align:bottom}td{vertical-align:top}body{line-height:1.625;font-size:100%}body,h1,h2,h3,h4,h5,h6{font-family:SF UI Text,Roboto,Helvetica Neue,Helvetica,sans-serif}h1,h2,h3,h4,h5,h6{font-weight:500;line-height:1.25;margin-top:1em;margin-bottom:.5em}dl,ol,p,ul{margin-top:0;margin-bottom:1rem}code,pre,samp{font-family:Source Code Pro,Consolas,monospace;font-size:87.5%}pre{margin-top:0;margin-bottom:1rem;overflow-x:scroll}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}h4{font-size:1rem}h5{font-size:.875rem}h6{font-size:.75rem}body{color:#111;background-color:#fff}a{color:#0074d9;text-decoration:none}a:hover{text-decoration:underline}code,pre{background-color:transparent;border-radius:0}hr{border:0;border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:rgba(0,0,0,.125)}.field{border:1px solid rgba(0,0,0,.125);border-radius:3px}.field.is-focused,.field:focus{outline:0;border-color:#0074d9;box-shadow:0 0 0 2px rgba(0,116,217,.5)}.field.is-disabled,.field:disabled{background-color:rgba(0,0,0,.125);opacity:.5}.field.is-read-only,.field:read-only:not(select){background-color:rgba(0,0,0,.125)}.field.is-success{border-color:#2ecc40}.field.is-success.is-focused,.field.is-success:focus{box-shadow:0 0 0 2px rgba(46,204,64,.5)}.field.is-warning{border-color:#ffdc00}.field.is-warning.is-focused,.field.is-warning:focus{box-shadow:0 0 0 2px rgba(255,220,0,.5)}.field.is-error,.field:invalid{border-color:#ff4136}.field.is-error.is-focused,.field.is-error:focus,.field:invalid.is-focused,.field:invalid:focus{box-shadow:0 0 0 2px rgba(255,65,54,.5)}.table-light td,.table-light th{border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:rgba(0,0,0,.125)}.table-light tr:last-child td{border-bottom:0}.btn{font-family:inherit;font-size:.875rem;font-weight:700;font-weight:500;cursor:pointer;display:inline-block;line-height:1.125rem;padding:.5rem 1rem;margin:0;height:auto;border:1px solid transparent;vertical-align:middle;-webkit-appearance:none;color:inherit;background-color:transparent}.btn,.btn:hover{text-decoration:none}.btn:focus{outline:0;border-color:rgba(0,0,0,.125);box-shadow:0 0 0 3px rgba(0,0,0,.25)}::-moz-focus-inner{border:0;padding:0}.btn-primary{color:#fff;background-color:#0074d9;border-radius:3px}.btn-primary:hover{box-shadow:inset 0 0 0 20rem rgba(0,0,0,.0625)}.btn-primary:active{box-shadow:inset 0 0 0 20rem rgba(0,0,0,.125),inset 0 3px 4px 0 rgba(0,0,0,.25),0 0 1px rgba(0,0,0,.125)}.btn-primary.is-disabled,.btn-primary:disabled{opacity:.5}.btn-outline,.btn-outline:hover{border-color:currentcolor}.btn-outline{border-radius:3px}.btn-outline:hover{box-shadow:inset 0 0 0 20rem rgba(0,0,0,.0625)}.btn-outline:active{box-shadow:inset 0 0 0 20rem rgba(0,0,0,.125),inset 0 3px 4px 0 rgba(0,0,0,.25),0 0 1px rgba(0,0,0,.125)}.btn-outline.is-disabled,.btn-outline:disabled{opacity:.5}.h1{font-size:2rem}.h2{font-size:1.5rem}.h3{font-size:1.25rem}.h4{font-size:1rem}.h5{font-size:.875rem}.h6{font-size:.75rem}.bold{font-weight:700;font-weight:500}.regular{font-weight:400}.italic{font-style:italic}.caps{text-transform:uppercase;letter-spacing:.2em}.left-align{text-align:left}.center{text-align:center}.right-align{text-align:right}.justify{text-align:justify}.nowrap{white-space:nowrap}.break-word{word-wrap:break-word}.truncate{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.list-reset{list-style:none;padding-left:0}.inline{display:inline}.block{display:block}.inline-block{display:inline-block}.table{display:table}.table-cell{display:table-cell}.overflow-hidden{overflow:hidden}.overflow-scroll{overflow:scroll}.overflow-auto{overflow:auto}.clearfix:after,.clearfix:before{content:" ";display:table}.clearfix:after{clear:both}.left{float:left}.right{float:right}.fit{max-width:100%}.border-box{box-sizing:border-box}.align-baseline{vertical-align:baseline}.align-top{vertical-align:top}.align-middle{vertical-align:middle}.align-bottom{vertical-align:bottom}.m0{margin:0}.mt0{margin-top:0}.mr0{margin-right:0}.mb0{margin-bottom:0}.ml0{margin-left:0}.m1{margin:.5rem}.mt1{margin-top:.5rem}.mr1{margin-right:.5rem}.mb1{margin-bottom:.5rem}.ml1{margin-left:.5rem}.m2{margin:1rem}.mt2{margin-top:1rem}.mr2{margin-right:1rem}.mb2{margin-bottom:1rem}.ml2{margin-left:1rem}.m3{margin:2rem}.mt3{margin-top:2rem}.mr3{margin-right:2rem}.mb3{margin-bottom:2rem}.ml3{margin-left:2rem}.m4{margin:4rem}.mt4{margin-top:4rem}.mr4{margin-right:4rem}.mb4{margin-bottom:4rem}.ml4{margin-left:4rem}.mxn1{margin-left:-.5rem;margin-right:-.5rem}.mxn2{margin-left:-1rem;margin-right:-1rem}.mxn3{margin-left:-2rem;margin-right:-2rem}.mxn4{margin-left:-4rem;margin-right:-4rem}.mx-auto{margin-left:auto;margin-right:auto}.p0{padding:0}.p1{padding:.5rem}.py1{padding-top:.5rem;padding-bottom:.5rem}.px1{padding-left:.5rem;padding-right:.5rem}.p2{padding:1rem}.py2{padding-top:1rem;padding-bottom:1rem}.px2{padding-left:1rem;padding-right:1rem}.p3{padding:2rem}.py3{padding-top:2rem;padding-bottom:2rem}.px3{padding-left:2rem;padding-right:2rem}.p4{padding:4rem}.py4{padding-top:4rem;padding-bottom:4rem}.px4{padding-left:4rem;padding-right:4rem}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.top-0{top:0}.right-0{right:0}.bottom-0{bottom:0}.left-0{left:0}.z1{z-index:1}.z2{z-index:2}.z3{z-index:3}.z4{z-index:4}.lg-show,.md-show,.sm-show{display:none!important}@media (min-width:40em){.sm-show{display:block!important}}@media (min-width:52em){.md-show{display:block!important}}@media (min-width:64em){.lg-show{display:block!important}}@media (min-width:40em){.sm-hide{display:none!important}}@media (min-width:52em){.md-hide{display:none!important}}@media (min-width:64em){.lg-hide{display:none!important}}.display-none{display:none!important}.hide{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px)}.container{max-width:64rem;margin-left:auto;margin-right:auto}.col{float:left}.col,.col-right{box-sizing:border-box}.col-right{float:right}.col-1{width:8.33333%}.col-2{width:16.66667%}.col-3{width:25%}.col-4{width:33.33333%}.col-5{width:41.66667%}.col-6{width:50%}.col-7{width:58.33333%}.col-8{width:66.66667%}.col-9{width:75%}.col-10{width:83.33333%}.col-11{width:91.66667%}.col-12{width:100%}@media (min-width:40em){.sm-col{float:left;box-sizing:border-box}.sm-col-right{float:right;box-sizing:border-box}.sm-col-1{width:8.33333%}.sm-col-2{width:16.66667%}.sm-col-3{width:25%}.sm-col-4{width:33.33333%}.sm-col-5{width:41.66667%}.sm-col-6{width:50%}.sm-col-7{width:58.33333%}.sm-col-8{width:66.66667%}.sm-col-9{width:75%}.sm-col-10{width:83.33333%}.sm-col-11{width:91.66667%}.sm-col-12{width:100%}}@media (min-width:52em){.md-col{float:left;box-sizing:border-box}.md-col-right{float:right;box-sizing:border-box}.md-col-1{width:8.33333%}.md-col-2{width:16.66667%}.md-col-3{width:25%}.md-col-4{width:33.33333%}.md-col-5{width:41.66667%}.md-col-6{width:50%}.md-col-7{width:58.33333%}.md-col-8{width:66.66667%}.md-col-9{width:75%}.md-col-10{width:83.33333%}.md-col-11{width:91.66667%}.md-col-12{width:100%}}@media (min-width:64em){.lg-col{float:left;box-sizing:border-box}.lg-col-right{float:right;box-sizing:border-box}.lg-col-1{width:8.33333%}.lg-col-2{width:16.66667%}.lg-col-3{width:25%}.lg-col-4{width:33.33333%}.lg-col-5{width:41.66667%}.lg-col-6{width:50%}.lg-col-7{width:58.33333%}.lg-col-8{width:66.66667%}.lg-col-9{width:75%}.lg-col-10{width:83.33333%}.lg-col-11{width:91.66667%}.lg-col-12{width:100%}}.flex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.flex-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.flex-wrap{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-center{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.flex-baseline{-webkit-box-align:baseline;-webkit-align-items:baseline;-ms-flex-align:baseline;align-items:baseline}.flex-stretch{-webkit-box-align:stretch;-webkit-align-items:stretch;-ms-flex-align:stretch;align-items:stretch}.flex-start{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.flex-end{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.flex-justify{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.flex-auto{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;min-width:0;min-height:0}.flex-grow{-webkit-box-flex:1;-webkit-flex:1 0 auto;-ms-flex:1 0 auto;flex:1 0 auto}.flex-none{-webkit-box-flex:0;-webkit-flex:none;-ms-flex:none;flex:none}.flex-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-ms-flex-order:-1;order:-1}.flex-last{-webkit-box-ordinal-group:100000;-webkit-order:99999;-ms-flex-order:99999;order:99999}@media (min-width:40em){.sm-flex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}}@media (min-width:52em){.md-flex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}}@media (min-width:64em){.lg-flex{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}}.border{border:1px solid rgba(0,0,0,.125)}.border-top{border-top-style:solid;border-top-width:1px;border-top-color:rgba(0,0,0,.125)}.border-right{border-right-style:solid;border-right-width:1px;border-right-color:rgba(0,0,0,.125)}.border-bottom{border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:rgba(0,0,0,.125)}.border-left{border-left-style:solid;border-left-width:1px;border-left-color:rgba(0,0,0,.125)}.border-none{border:0}.rounded{border-radius:3px}.circle{border-radius:50%}.rounded-top{border-radius:3px 3px 0 0}.rounded-right{border-radius:0 3px 3px 0}.rounded-bottom{border-radius:0 0 3px 3px}.rounded-left{border-radius:3px 0 0 3px}.not-rounded{border-radius:0}.black{color:#111}.gray{color:#aaa}.silver{color:#ddd}.white{color:#fff}.aqua{color:#7fdbff}.blue{color:#0074d9}.navy{color:#001f3f}.teal{color:#39cccc}.green{color:#2ecc40}.olive{color:#3d9970}.lime{color:#01ff70}.yellow{color:#ffdc00}.orange{color:#ff851b}.red{color:#ff4136}.fuchsia{color:#f012be}.purple{color:#b10dc9}.maroon{color:#85144b}.color-inherit{color:inherit}.muted{opacity:.5}.bg-black{background-color:#111}.bg-gray{background-color:#aaa}.bg-silver{background-color:#ddd}.bg-white{background-color:#fff}.bg-aqua{background-color:#7fdbff}.bg-blue{background-color:#0074d9}.bg-navy{background-color:#001f3f}.bg-teal{background-color:#39cccc}.bg-green{background-color:#2ecc40}.bg-olive{background-color:#3d9970}.bg-lime{background-color:#01ff70}.bg-yellow{background-color:#ffdc00}.bg-orange{background-color:#ff851b}.bg-red{background-color:#ff4136}.bg-fuchsia{background-color:#f012be}.bg-purple{background-color:#b10dc9}.bg-maroon{background-color:#85144b}.bg-darken-1{background-color:rgba(0,0,0,.0625)}.bg-darken-2{background-color:rgba(0,0,0,.125)}.bg-darken-3{background-color:rgba(0,0,0,.25)}.bg-darken-4{background-color:rgba(0,0,0,.5)}.bg-lighten-1{background-color:hsla(0,0%,100%,.0625)}.bg-lighten-2{background-color:hsla(0,0%,100%,.125)}.bg-lighten-3{background-color:hsla(0,0%,100%,.25)}.bg-lighten-4{background-color:hsla(0,0%,100%,.5)}.hljs{-webkit-text-size-adjust:none}.diff .hljs-header,.hljs-comment,.hljs-javadoc{color:#aaa;font-style:italic}.css .rule .hljs-keyword,.hljs-keyword,.hljs-request,.hljs-status,.hljs-subst,.hljs-winutils,.nginx .hljs-title{color:#111;font-weight:700}.hljs-hexcolor,.hljs-number,.ruby .hljs-constant{color:#3d9970}.hljs-dartdoc,.hljs-phpdoc,.hljs-string,.hljs-tag .hljs-value,.tex .hljs-formula{color:#ff4136}.hljs-id,.hljs-title,.scss .hljs-preprocessor{color:#ff4136;font-weight:700}.hljs-list .hljs-keyword,.hljs-subst{font-weight:400}.hljs-class .hljs-title,.hljs-type,.tex .hljs-command,.vhdl .hljs-literal{color:#001f3f;font-weight:700}.django .hljs-tag .hljs-keyword,.hljs-rules .hljs-property,.hljs-tag,.hljs-tag .hljs-title{color:#001f3f;font-weight:400}.hljs-attribute,.hljs-regexp,.hljs-variable,.lisp .hljs-body{color:#3d9970}.clojure .hljs-keyword,.hljs-prompt,.hljs-symbol,.lisp .hljs-keyword,.ruby .hljs-symbol .hljs-string,.scheme .hljs-keyword,.tex .hljs-special{color:#b10dc9}.hljs-built_in{color:#001f3f}.hljs-cdata,.hljs-doctype,.hljs-pi,.hljs-pragma,.hljs-preprocessor,.hljs-shebang{color:#aaa;font-weight:700}.hljs-deletion{background:#f012be}.hljs-addition{background:#01ff70}.diff .hljs-change{background:#001f3f}.hljs-chunk{color:#ddd}@media (max-width:40em){.StylesTable,.StylesTable td,.StylesTable th,.StylesTable tr{display:block}.StylesTable td{font-size:.875rem;padding:.25rem 0}.StylesTable th{height:0;overflow:hidden}.StylesTable td:first-child{font-size:1rem;font-weight:500;border-bottom:2px solid rgba(0,0,0,.125)}.StylesTable tr{margin-bottom:.5rem}}@media (min-width:40em){.StylesTable td,.StylesTable th{font-size:.875rem;padding:.25rem 0;vertical-align:baseline}.StylesTable th:first-child{width:25%}.StylesTable th{border-bottom:2px solid rgba(0,0,0,.125)}.StylesTable td{border-bottom:1px solid rgba(0,0,0,.125)}}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:inherit}hr{margin-top:2rem;margin-bottom:2rem}code{border-bottom:2px solid rgba(0,0,0,.125)}pre{padding-left:1rem;padding-right:1rem;overflow:auto;border-left:4px solid rgba(0,0,0,.0625)}.compact{font-family:SF Compact Text,Roboto,Helvetica Neue,Helvetica,sans-serif}.clear{clear:both}@media (min-width:40em){.sm-px3{padding-left:2rem;padding-right:2rem}}svg{max-width:100%;height:auto}.icon,svg{position:relative;top:.125em}.icon{width:1em;height:1em}.btn-small{padding:.125rem .5rem}.btn-nav:hover{box-shadow:inset 0 0 0 99999px rgba(0,0,0,.0625)}.btn-link:hover{text-decoration:underline}.SideBar{border-top:1px solid rgba(0,0,0,.125)}@media (min-width:40em){.SideBar{position:fixed;width:12rem;border-top:0;border-right:1px solid rgba(0,0,0,.125)}}@media (min-width:40em){.Main{margin-left:12rem}}.Prose .Example{clear:both}.Prose>p:first-child{font-size:1.25rem}.Example .fixed{position:static}.progress{display:block;width:100%;height:.5625rem;margin:.5rem 0;background-color:rgba(0,0,0,.125);border:0;border-radius:625pc;overflow:hidden;-webkit-appearance:none;background-color:rgba(0,0,0,.125);border:0;border-radius:625pc}.progress::-webkit-progress-bar{-webkit-appearance:none;background-color:rgba(0,0,0,.125)}.progress::-webkit-progress-value{-webkit-appearance:none;background-color:currentColor}.progress::-moz-progress-bar{background-color:currentColor}input[type=range]{vertical-align:middle;background-color:transparent}.range-light{color:inherit;-webkit-appearance:none;padding-top:.5rem;padding-bottom:.5rem}.range-light::-webkit-slider-thumb{-webkit-appearance:none;position:relative;width:.5rem;height:1.25rem;border-radius:3px;background-color:currentcolor;cursor:pointer;margin-top:-.5rem}.range-light::-webkit-slider-thumb:before{content:'';display:block;position:absolute;top:-.5rem;left:-.875rem;width:2.25rem;height:2.25rem;opacity:0}.range-light::-moz-range-thumb{width:.5rem;height:1.25rem;border-radius:3px;border-color:transparent;border-width:0;background-color:currentcolor;cursor:pointer}.range-light::-webkit-slider-runnable-track{height:.25rem;cursor:pointer;border-radius:3px;background-color:rgba(0,0,0,.25)}.range-light::-moz-range-track{height:.25rem;cursor:pointer;border-radius:3px;background-color:rgba(0,0,0,.25)}.range-light{color:inherit;background-color:transparent;-webkit-appearance:none}.range-light::-webkit-slider-thumb{-webkit-appearance:none;border-radius:3px;background-color:currentcolor}.range-light::-moz-range-thumb{border-radius:3px;border-color:transparent;border-width:0;background-color:currentcolor}.range-light::-webkit-slider-runnable-track{border-radius:3px;background-color:rgba(0,0,0,.25)}.range-light::-moz-range-track{border-radius:3px;background-color:rgba(0,0,0,.25)}.range-light:focus{outline:0}.range-light:focus::-webkit-slider-thumb{outline:0;border:0;box-shadow:0 0 1px 2px currentcolor}.range-light:focus::-moz-range-thumb{outline:0;border:0;box-shadow:0 0 0 3px rgba(0,0,0,.25)}@media (min-width:40em){.sm-fixed{position:fixed}.sm-absolute{position:absolute}}.MenuItem:hover,.NavItem:hover{border-color:rgba(127,219,255,.125);box-shadow:inset 0 99999px rgba(127,219,255,.125)}</style></head><body data-reactid=".6dtrce0su8.1"><div class="white bg-black" style="text-align:left;background-postion:center;background-size:cover;" data-reactid=".6dtrce0su8.1.0"><div class="p2" style="min-height:1.5em;" data-reactid=".6dtrce0su8.1.0.0"></div><div class="px3 py4" data-reactid=".6dtrce0su8.1.0.1"><div class="md-flex flex-center mxn2" data-reactid=".6dtrce0su8.1.0.1.0"><div class="flex-auto px2" data-reactid=".6dtrce0su8.1.0.1.0.0"><svg viewBox="0 0 32 32" width="48" height="48" fill="currentcolor" data-reactid=".6dtrce0su8.1.0.1.0.0.0"><path d="M 0.315455101251475 17.607114386689492 L 9.25 8.511067019790897 L 22.75 18.511067019790897 L 31.684544898748523 14.392885613310508 L 22.75 23.488932980209103 L 9.25 13.488932980209103 L 0.315455101251475 17.607114386689492" data-reactid=".6dtrce0su8.1.0.1.0.0.0.2"></path></svg><h1 class="m0" data-reactid=".6dtrce0su8.1.0.1.0.0.1"><span data-reactid=".6dtrce0su8.1.0.1.0.0.1.0">Rebass</span><div class="inline-block" style="width:8px;" data-reactid=".6dtrce0su8.1.0.1.0.0.1.1"></div><span class="h5" data-reactid=".6dtrce0su8.1.0.1.0.0.1.2"><span data-reactid=".6dtrce0su8.1.0.1.0.0.1.2.0">v</span><span data-reactid=".6dtrce0su8.1.0.1.0.0.1.2.1">0.1.5</span></span></h1></div><a href="//github.com/jxnblk/rebass" class="btn bg-darken-4 btn-primary" data-reactid=".6dtrce0su8.1.0.1.0.1">GitHub</a><div class="inline-block" style="width:16px;" data-reactid=".6dtrce0su8.1.0.1.0.2"></div><a href="//npmjs.com/package/rebass" class="btn bg-darken-4 btn-primary" data-reactid=".6dtrce0su8.1.0.1.0.3">npm</a></div></div><div class="p2" style="min-height:1.5em;" data-reactid=".6dtrce0su8.1.0.2"></div></div><div class="container px2" data-reactid=".6dtrce0su8.1.1"><div class=" py4" data-reactid=".6dtrce0su8.1.1.0"><h2 class="h1 regular m0" data-reactid=".6dtrce0su8.1.1.0.0"><span data-reactid=".6dtrce0su8.1.1.0.0.0">21</span><span data-reactid=".6dtrce0su8.1.1.0.0.1"> stateless React UI components built with Basscss</span></h2><a href="//www.basscss.com" data-reactid=".6dtrce0su8.1.1.0.1">Learn more about Basscss</a></div><div class="flex flex-center flex-wrap mxn2" data-reactid=".6dtrce0su8.1.1.1"><div class="px2" data-reactid=".6dtrce0su8.1.1.1.0"><div class=" py1" data-reactid=".6dtrce0su8.1.1.1.0.0"><div class="inline-block" data-reactid=".6dtrce0su8.1.1.1.0.0.0"><a href="https://twitter.com/share" class="twitter-share-button" data-text="Stateless React UI components for Basscss" data-via="jxnblk" data-size="large" data-reactid=".6dtrce0su8.1.1.1.0.0.0.0">Tweet</a><script data-reactid=".6dtrce0su8.1.1.1.0.0.0.1">!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></div></div></div><div class="px2" data-reactid=".6dtrce0su8.1.1.1.1"><div class=" py1" data-reactid=".6dtrce0su8.1.1.1.1.0"><div class="inline-block" data-reactid=".6dtrce0su8.1.1.1.1.0.0"><iframe src="https://ghbtns.com/github-btn.html?user=jxnblk&repo=rebass&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px" data-reactid=".6dtrce0su8.1.1.1.1.0.0.0"></iframe></div></div></div><div class="flex-auto px2" data-reactid=".6dtrce0su8.1.1.1.2"></div><div class="px2" data-reactid=".6dtrce0su8.1.1.1.3"><div data-reactid=".6dtrce0su8.1.1.1.3.0"><style data-reactid=".6dtrce0su8.1.1.1.3.0.0">
#carbonads {
display: inline-block;
font-size: 14px;
line-height: 1.25;
text-align: left;
}
#carbonads a,
#carbonads a:hover {
text-decoration: none;
color: inherit;
}
#carbonads span { display: block }
#carbonads > span::before,
#carbonads > span::after {
content: '';
display: table;
}
#carbonads > span::after {
clear: both;
}
.carbon-img {
float: left;
margin-right: .5em;
}
.carbon-img > img { display: block }
.carbon-text { overflow: hidden }
.carbon-poweredby {
float: left;
margin-top: .25em;
opacity: 0.5;
}
@media (min-width: 40em) {
#carbonads {
max-width: 320px;
}
}
</style><script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?zoneid=1696&serve=CVYD42T&placement=jxnblkcom" id="_carbonads_js" data-reactid=".6dtrce0su8.1.1.1.3.0.1"></script></div></div></div><section class="py3" data-reactid=".6dtrce0su8.1.1.2"><div class="clearfix mxn2" data-reactid=".6dtrce0su8.1.1.2.0"><div class="sm-col sm-col-6 px2" data-reactid=".6dtrce0su8.1.1.2.0.0"><h4 class="h3" data-reactid=".6dtrce0su8.1.1.2.0.0.0">Just Add State</h4><p class="" data-reactid=".6dtrce0su8.1.1.2.0.0.1">Each component is a pure render function, ready to be hooked into any application.</p></div><div class="sm-col sm-col-6 px2" data-reactid=".6dtrce0su8.1.1.2.0.1"><h4 class="h3" data-reactid=".6dtrce0su8.1.1.2.0.1.0">Prototype and Build Faster</h4><p class="" data-reactid=".6dtrce0su8.1.1.2.0.1.1">Quickly build out UI and stay focused on the design decisions that matter most. Wireframe, prototype, then ship to production.</p></div><div class="sm-col sm-col-6 px2" data-reactid=".6dtrce0su8.1.1.2.0.2"><h4 class="h3" data-reactid=".6dtrce0su8.1.1.2.0.2.0">Component-Centric CSS</h4><p class="" data-reactid=".6dtrce0su8.1.1.2.0.2.1">Basscss is designed for component-based architecture and doesn’t add the bulky overhead found in other frameworks.</p></div><div class="sm-col sm-col-6 px2" data-reactid=".6dtrce0su8.1.1.2.0.3"><h4 class="h3" data-reactid=".6dtrce0su8.1.1.2.0.3.0">Common Styling API</h4><p class="" data-reactid=".6dtrce0su8.1.1.2.0.3.1">Powerful CSS utilities offer the ability to extend and create custom UI without the need to manage component-specific styles.</p></div></div></section><section class="py3" data-reactid=".6dtrce0su8.1.1.3"><header title="Getting Started" id="getting-started" class="flex flex-baseline flex-wrap py2 mb2 border-bottom" data-reactid=".6dtrce0su8.1.1.3.0"><h2 class="flex-auto m0" data-reactid=".6dtrce0su8.1.1.3.0.0"><a href="#getting-started" class="color-inherit" data-reactid=".6dtrce0su8.1.1.3.0.0.0">Getting Started</a></h2></header><h3 data-reactid=".6dtrce0su8.1.1.3.1">Install</h3><pre data-reactid=".6dtrce0su8.1.1.3.2">
npm i rebass</pre><h3 data-reactid=".6dtrce0su8.1.1.3.3">Import CSS</h3><p data-reactid=".6dtrce0su8.1.1.3.4">In a CSS file using cssnext</p><pre data-reactid=".6dtrce0su8.1.1.3.5">
@import 'rebass';</pre><p data-reactid=".6dtrce0su8.1.1.3.6"><b data-reactid=".6dtrce0su8.1.1.3.6.0">Or</b><span data-reactid=".6dtrce0su8.1.1.3.6.1"> using cssnext-loader with webpack</span></p><pre data-reactid=".6dtrce0su8.1.1.3.7">
import css from 'rebass/rebass.css'</pre><h3 data-reactid=".6dtrce0su8.1.1.3.8">Import & Use Components</h3><pre data-reactid=".6dtrce0su8.1.1.3.9">
import { Button } from 'rebass'</pre><pre data-reactid=".6dtrce0su8.1.1.3.a">
<Button>Button</Button></pre></section><div data-reactid=".6dtrce0su8.1.1.4"><header title="Components" id="Components" class="flex flex-baseline flex-wrap py2 mb2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.0"><h2 class="flex-auto m0" data-reactid=".6dtrce0su8.1.1.4.0.0"><a href="#Components" class="color-inherit" data-reactid=".6dtrce0su8.1.1.4.0.0.0">Components</a></h2></header><div class="clearfix mxn2" data-reactid=".6dtrce0su8.1.1.4.1"><div class="sm-col sm-col-9 md-col-9 px2" data-reactid=".6dtrce0su8.1.1.4.1.0"><section class="py3" data-reactid=".6dtrce0su8.1.1.4.1.0.$0"><header title="Container" id="Container" class="flex flex-baseline flex-wrap py2 mb2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$0.0"><h2 class="flex-auto m0" data-reactid=".6dtrce0su8.1.1.4.1.0.$0.0.0"><a href="#Container" class="color-inherit" data-reactid=".6dtrce0su8.1.1.4.1.0.$0.0.0.0">Container</a></h2></header><p data-reactid=".6dtrce0su8.1.1.4.1.0.$0.1">Sets max-width, left and right padding, and centers elements</p><div class="mb2 border rounded" data-reactid=".6dtrce0su8.1.1.4.1.0.$0.2:$0"><div class="p2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$0.2:$0.0"><div class="container px2" data-reactid=".6dtrce0su8.1.1.4.1.0.$0.2:$0.0.0">Hamburgers</div></div><pre class="p2 mb0 rounded-bottom border-none" data-reactid=".6dtrce0su8.1.1.4.1.0.$0.2:$0.1">
<span class="hljs-tag"><<span class="hljs-title">Container</span>></span>
Hamburgers
<span class="hljs-tag"></<span class="hljs-title">Container</span>></span>
</pre></div><div data-reactid=".6dtrce0su8.1.1.4.1.0.$0.3"></div></section><section class="py3" data-reactid=".6dtrce0su8.1.1.4.1.0.$1"><header title="Row" id="Row" class="flex flex-baseline flex-wrap py2 mb2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$1.0"><h2 class="flex-auto m0" data-reactid=".6dtrce0su8.1.1.4.1.0.$1.0.0"><a href="#Row" class="color-inherit" data-reactid=".6dtrce0su8.1.1.4.1.0.$1.0.0.0">Row</a></h2></header><p data-reactid=".6dtrce0su8.1.1.4.1.0.$1.1">Clearfix and negative-margin gutter compensation</p><div class="mb2 border rounded" data-reactid=".6dtrce0su8.1.1.4.1.0.$1.2:$0"><div class="p2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$1.2:$0.0"><div class="clearfix mxn2" data-reactid=".6dtrce0su8.1.1.4.1.0.$1.2:$0.0.0"><div class="sm-col sm-col-6 px2" data-reactid=".6dtrce0su8.1.1.4.1.0.$1.2:$0.0.0.0">Col 6</div><div class="sm-col sm-col-6 px2" data-reactid=".6dtrce0su8.1.1.4.1.0.$1.2:$0.0.0.1">Col 6</div></div></div><pre class="p2 mb0 rounded-bottom border-none" data-reactid=".6dtrce0su8.1.1.4.1.0.$1.2:$0.1">
<span class="hljs-tag"><<span class="hljs-title">Row</span>></span>
<span class="hljs-tag"><<span class="hljs-title">Col</span> <span class="hljs-attribute">sm</span>=<span class="hljs-value">{6}</span>></span>
Col 6
<span class="hljs-tag"></<span class="hljs-title">Col</span>></span>
<span class="hljs-tag"><<span class="hljs-title">Col</span> <span class="hljs-attribute">sm</span>=<span class="hljs-value">{6}</span>></span>
Col 6
<span class="hljs-tag"></<span class="hljs-title">Col</span>></span>
<span class="hljs-tag"></<span class="hljs-title">Row</span>></span>
</pre></div><div data-reactid=".6dtrce0su8.1.1.4.1.0.$1.3"></div></section><section class="py3" data-reactid=".6dtrce0su8.1.1.4.1.0.$2"><header title="Col" id="Col" class="flex flex-baseline flex-wrap py2 mb2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$2.0"><h2 class="flex-auto m0" data-reactid=".6dtrce0su8.1.1.4.1.0.$2.0.0"><a href="#Col" class="color-inherit" data-reactid=".6dtrce0su8.1.1.4.1.0.$2.0.0.0">Col</a></h2></header><p data-reactid=".6dtrce0su8.1.1.4.1.0.$2.1">Responsive grid column with gutters</p><div class="mb2 border rounded" data-reactid=".6dtrce0su8.1.1.4.1.0.$2.2:$0"><div class="p2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$2.2:$0.0"><div class="clearfix mxn2" data-reactid=".6dtrce0su8.1.1.4.1.0.$2.2:$0.0.0"><div class="sm-col sm-col-6 md-col-4 lg-col-3 px2" data-reactid=".6dtrce0su8.1.1.4.1.0.$2.2:$0.0.0.0">Col sm6 md4 lg3</div><div class="sm-col sm-col-6 md-col-4 lg-col-3 px2" data-reactid=".6dtrce0su8.1.1.4.1.0.$2.2:$0.0.0.1">Col sm6 md4 lg3</div><div class="sm-col sm-col-6 md-col-4 lg-col-3 px2" data-reactid=".6dtrce0su8.1.1.4.1.0.$2.2:$0.0.0.2">Col sm6 md4 lg3</div><div class="sm-col sm-col-6 md-col-4 lg-col-3 px2" data-reactid=".6dtrce0su8.1.1.4.1.0.$2.2:$0.0.0.3">Col sm6 md4 lg3</div><div class="sm-col sm-col-6 md-col-4 lg-col-3 px2" data-reactid=".6dtrce0su8.1.1.4.1.0.$2.2:$0.0.0.4">Col sm6 md4 lg3</div><div class="sm-col sm-col-6 md-col-4 lg-col-3 px2" data-reactid=".6dtrce0su8.1.1.4.1.0.$2.2:$0.0.0.5">Col sm6 md4 lg3</div></div></div><pre class="p2 mb0 rounded-bottom border-none" data-reactid=".6dtrce0su8.1.1.4.1.0.$2.2:$0.1">
<span class="hljs-tag"><<span class="hljs-title">Row</span>></span>
<span class="hljs-tag"><<span class="hljs-title">Col</span>
<span class="hljs-attribute">sm</span>=<span class="hljs-value">{6}</span>
<span class="hljs-attribute">md</span>=<span class="hljs-value">{4}</span>
<span class="hljs-attribute">lg</span>=<span class="hljs-value">{3}</span>></span>
Col sm6 md4 lg3
<span class="hljs-tag"></<span class="hljs-title">Col</span>></span>
<span class="hljs-tag"><<span class="hljs-title">Col</span>
<span class="hljs-attribute">sm</span>=<span class="hljs-value">{6}</span>
<span class="hljs-attribute">md</span>=<span class="hljs-value">{4}</span>
<span class="hljs-attribute">lg</span>=<span class="hljs-value">{3}</span>></span>
Col sm6 md4 lg3
<span class="hljs-tag"></<span class="hljs-title">Col</span>></span>
<span class="hljs-tag"><<span class="hljs-title">Col</span>
<span class="hljs-attribute">sm</span>=<span class="hljs-value">{6}</span>
<span class="hljs-attribute">md</span>=<span class="hljs-value">{4}</span>
<span class="hljs-attribute">lg</span>=<span class="hljs-value">{3}</span>></span>
Col sm6 md4 lg3
<span class="hljs-tag"></<span class="hljs-title">Col</span>></span>
<span class="hljs-tag"><<span class="hljs-title">Col</span>
<span class="hljs-attribute">sm</span>=<span class="hljs-value">{6}</span>
<span class="hljs-attribute">md</span>=<span class="hljs-value">{4}</span>
<span class="hljs-attribute">lg</span>=<span class="hljs-value">{3}</span>></span>
Col sm6 md4 lg3
<span class="hljs-tag"></<span class="hljs-title">Col</span>></span>
<span class="hljs-tag"><<span class="hljs-title">Col</span>
<span class="hljs-attribute">sm</span>=<span class="hljs-value">{6}</span>
<span class="hljs-attribute">md</span>=<span class="hljs-value">{4}</span>
<span class="hljs-attribute">lg</span>=<span class="hljs-value">{3}</span>></span>
Col sm6 md4 lg3
<span class="hljs-tag"></<span class="hljs-title">Col</span>></span>
<span class="hljs-tag"><<span class="hljs-title">Col</span>
<span class="hljs-attribute">sm</span>=<span class="hljs-value">{6}</span>
<span class="hljs-attribute">md</span>=<span class="hljs-value">{4}</span>
<span class="hljs-attribute">lg</span>=<span class="hljs-value">{3}</span>></span>
Col sm6 md4 lg3
<span class="hljs-tag"></<span class="hljs-title">Col</span>></span>
<span class="hljs-tag"></<span class="hljs-title">Row</span>></span>
</pre></div><div data-reactid=".6dtrce0su8.1.1.4.1.0.$2.3"></div></section><section class="py3" data-reactid=".6dtrce0su8.1.1.4.1.0.$3"><header title="Media" id="Media" class="flex flex-baseline flex-wrap py2 mb2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$3.0"><h2 class="flex-auto m0" data-reactid=".6dtrce0su8.1.1.4.1.0.$3.0.0"><a href="#Media" class="color-inherit" data-reactid=".6dtrce0su8.1.1.4.1.0.$3.0.0.0">Media</a></h2></header><p data-reactid=".6dtrce0su8.1.1.4.1.0.$3.1">Media object with vertical alignment options</p><div class="mb2 border rounded" data-reactid=".6dtrce0su8.1.1.4.1.0.$3.2:$0"><div class="p2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$3.2:$0.0"><div class="overflow-hidden mxn1" data-reactid=".6dtrce0su8.1.1.4.1.0.$3.2:$0.0.0"><div class="table-cell px1 align-top" data-reactid=".6dtrce0su8.1.1.4.1.0.$3.2:$0.0.0.0"><img src="//placehold.it/128" width="128" height="128" style="display:block;max-width:none;" data-reactid=".6dtrce0su8.1.1.4.1.0.$3.2:$0.0.0.0.$=10:0"></div><div class="table-cell px1 col-12 align-top" data-reactid=".6dtrce0su8.1.1.4.1.0.$3.2:$0.0.0.1">Hamburger</div></div></div><pre class="p2 mb0 rounded-bottom border-none" data-reactid=".6dtrce0su8.1.1.4.1.0.$3.2:$0.1">
<span class="hljs-tag"><<span class="hljs-title">Media</span> <span class="hljs-attribute">image</span>=<span class="hljs-value">{ReactElement}</span>></span>
Hamburger
<span class="hljs-tag"></<span class="hljs-title">Media</span>></span>
</pre></div><div class="mb2 border rounded" data-reactid=".6dtrce0su8.1.1.4.1.0.$3.2:$1"><div class="p2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$3.2:$1.0"><div class="overflow-hidden mxn1" data-reactid=".6dtrce0su8.1.1.4.1.0.$3.2:$1.0.0"><div class="table-cell px1 align-middle" data-reactid=".6dtrce0su8.1.1.4.1.0.$3.2:$1.0.0.0"><img src="//placehold.it/128" width="128" style="display:block;max-width:none;" data-reactid=".6dtrce0su8.1.1.4.1.0.$3.2:$1.0.0.0.$=10:0"></div><div class="table-cell px1 col-12 align-middle" data-reactid=".6dtrce0su8.1.1.4.1.0.$3.2:$1.0.0.1">Hamburger</div></div></div><pre class="p2 mb0 rounded-bottom border-none" data-reactid=".6dtrce0su8.1.1.4.1.0.$3.2:$1.1">
<span class="hljs-tag"><<span class="hljs-title">Media</span>
<span class="hljs-attribute">middle</span>=<span class="hljs-value">{true}</span>
<span class="hljs-attribute">image</span>=<span class="hljs-value">{ReactElement}</span>></span>
Hamburger
<span class="hljs-tag"></<span class="hljs-title">Media</span>></span>
</pre></div><div class="mb2 border rounded" data-reactid=".6dtrce0su8.1.1.4.1.0.$3.2:$2"><div class="p2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$3.2:$2.0"><div class="overflow-hidden mxn1" data-reactid=".6dtrce0su8.1.1.4.1.0.$3.2:$2.0.0"><div class="table-cell px1 align-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$3.2:$2.0.0.0"><img src="//placehold.it/128" width="128" style="display:block;max-width:none;" data-reactid=".6dtrce0su8.1.1.4.1.0.$3.2:$2.0.0.0.$=10:0"></div><div class="table-cell px1 col-12 align-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$3.2:$2.0.0.1">Hamburger</div></div></div><pre class="p2 mb0 rounded-bottom border-none" data-reactid=".6dtrce0su8.1.1.4.1.0.$3.2:$2.1">
<span class="hljs-tag"><<span class="hljs-title">Media</span>
<span class="hljs-attribute">bottom</span>=<span class="hljs-value">{true}</span>
<span class="hljs-attribute">image</span>=<span class="hljs-value">{ReactElement}</span>></span>
Hamburger
<span class="hljs-tag"></<span class="hljs-title">Media</span>></span>
</pre></div><div data-reactid=".6dtrce0su8.1.1.4.1.0.$3.3"></div></section><section class="py3" data-reactid=".6dtrce0su8.1.1.4.1.0.$4"><header title="FlexRow" id="FlexRow" class="flex flex-baseline flex-wrap py2 mb2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$4.0"><h2 class="flex-auto m0" data-reactid=".6dtrce0su8.1.1.4.1.0.$4.0.0"><a href="#FlexRow" class="color-inherit" data-reactid=".6dtrce0su8.1.1.4.1.0.$4.0.0.0">FlexRow</a></h2></header><p data-reactid=".6dtrce0su8.1.1.4.1.0.$4.1">Container set to display flex with gutters</p><div class="mb2 border rounded" data-reactid=".6dtrce0su8.1.1.4.1.0.$4.2:$0"><div class="p2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$4.2:$0.0"><div class="flex flex-center mxn2" data-reactid=".6dtrce0su8.1.1.4.1.0.$4.2:$0.0.0"><div class="px2" data-reactid=".6dtrce0su8.1.1.4.1.0.$4.2:$0.0.0.0">Hamburger</div><div class="px2" data-reactid=".6dtrce0su8.1.1.4.1.0.$4.2:$0.0.0.1">Hamburger</div></div></div><pre class="p2 mb0 rounded-bottom border-none" data-reactid=".6dtrce0su8.1.1.4.1.0.$4.2:$0.1">
<span class="hljs-tag"><<span class="hljs-title">FlexRow</span>></span>
<span class="hljs-tag"><<span class="hljs-title">Flex</span>></span>
Hamburger
<span class="hljs-tag"></<span class="hljs-title">Flex</span>></span>
<span class="hljs-tag"><<span class="hljs-title">Flex</span>></span>
Hamburger
<span class="hljs-tag"></<span class="hljs-title">Flex</span>></span>
<span class="hljs-tag"></<span class="hljs-title">FlexRow</span>></span>
</pre></div><div class="mb2 border rounded" data-reactid=".6dtrce0su8.1.1.4.1.0.$4.2:$1"><div class="p2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$4.2:$1.0"><div class="flex flex-center flex-wrap" data-reactid=".6dtrce0su8.1.1.4.1.0.$4.2:$1.0.0"><div data-reactid=".6dtrce0su8.1.1.4.1.0.$4.2:$1.0.0.0">Hamburger</div><div data-reactid=".6dtrce0su8.1.1.4.1.0.$4.2:$1.0.0.1">Hamburger</div></div></div><pre class="p2 mb0 rounded-bottom border-none" data-reactid=".6dtrce0su8.1.1.4.1.0.$4.2:$1.1">
<span class="hljs-tag"><<span class="hljs-title">FlexRow</span>
<span class="hljs-attribute">wrap</span>=<span class="hljs-value">{true}</span>
<span class="hljs-attribute">pad</span>=<span class="hljs-value">{false}</span>></span>
<span class="hljs-tag"><<span class="hljs-title">div</span>></span>
Hamburger
<span class="hljs-tag"></<span class="hljs-title">div</span>></span>
<span class="hljs-tag"><<span class="hljs-title">div</span>></span>
Hamburger
<span class="hljs-tag"></<span class="hljs-title">div</span>></span>
<span class="hljs-tag"></<span class="hljs-title">FlexRow</span>></span>
</pre></div><div data-reactid=".6dtrce0su8.1.1.4.1.0.$4.3"></div></section><section class="py3" data-reactid=".6dtrce0su8.1.1.4.1.0.$5"><header title="Flex" id="Flex" class="flex flex-baseline flex-wrap py2 mb2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$5.0"><h2 class="flex-auto m0" data-reactid=".6dtrce0su8.1.1.4.1.0.$5.0.0"><a href="#Flex" class="color-inherit" data-reactid=".6dtrce0su8.1.1.4.1.0.$5.0.0.0">Flex</a></h2></header><p data-reactid=".6dtrce0su8.1.1.4.1.0.$5.1">Flexbox item container with default padding</p><div class="mb2 border rounded" data-reactid=".6dtrce0su8.1.1.4.1.0.$5.2:$0"><div class="p2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$5.2:$0.0"><div class="flex flex-center mxn2" data-reactid=".6dtrce0su8.1.1.4.1.0.$5.2:$0.0.0"><div class="flex-auto px2" data-reactid=".6dtrce0su8.1.1.4.1.0.$5.2:$0.0.0.0">Hamburger</div><div class="" data-reactid=".6dtrce0su8.1.1.4.1.0.$5.2:$0.0.0.1">Hamburger</div><div class="flex-none px2" data-reactid=".6dtrce0su8.1.1.4.1.0.$5.2:$0.0.0.2">Hamburger</div></div></div><pre class="p2 mb0 rounded-bottom border-none" data-reactid=".6dtrce0su8.1.1.4.1.0.$5.2:$0.1">
<span class="hljs-tag"><<span class="hljs-title">FlexRow</span>></span>
<span class="hljs-tag"><<span class="hljs-title">Flex</span> <span class="hljs-attribute">auto</span>=<span class="hljs-value">{true}</span>></span>
Hamburger
<span class="hljs-tag"></<span class="hljs-title">Flex</span>></span>
<span class="hljs-tag"><<span class="hljs-title">Flex</span> <span class="hljs-attribute">pad</span>=<span class="hljs-value">{false}</span>></span>
Hamburger
<span class="hljs-tag"></<span class="hljs-title">Flex</span>></span>
<span class="hljs-tag"><<span class="hljs-title">Flex</span> <span class="hljs-attribute">noshrink</span>=<span class="hljs-value">{true}</span>></span>
Hamburger
<span class="hljs-tag"></<span class="hljs-title">Flex</span>></span>
<span class="hljs-tag"></<span class="hljs-title">FlexRow</span>></span>
</pre></div><div data-reactid=".6dtrce0su8.1.1.4.1.0.$5.3"></div></section><section class="py3" data-reactid=".6dtrce0su8.1.1.4.1.0.$6"><header title="PageHeader" id="PageHeader" class="flex flex-baseline flex-wrap py2 mb2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$6.0"><h2 class="flex-auto m0" data-reactid=".6dtrce0su8.1.1.4.1.0.$6.0.0"><a href="#PageHeader" class="color-inherit" data-reactid=".6dtrce0su8.1.1.4.1.0.$6.0.0.0">PageHeader</a></h2></header><p data-reactid=".6dtrce0su8.1.1.4.1.0.$6.1">Heading and description for main page headers with border bottom. Child elements are displayed to the right.</p><div class="mb2 border rounded" data-reactid=".6dtrce0su8.1.1.4.1.0.$6.2:$0"><div class="p2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$6.2:$0.0"><header title="Hamburger" class="flex flex-wrap flex-baseline py3 mb4 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$6.2:$0.0.0"><div class="flex-auto" data-reactid=".6dtrce0su8.1.1.4.1.0.$6.2:$0.0.0.0"><h1 class="m0" data-reactid=".6dtrce0su8.1.1.4.1.0.$6.2:$0.0.0.0.0">Hamburger</h1><p class="m0" data-reactid=".6dtrce0su8.1.1.4.1.0.$6.2:$0.0.0.0.1">Fries, onion rings, and shakes</p></div><div data-reactid=".6dtrce0su8.1.1.4.1.0.$6.2:$0.0.0.1">Medium Rare</div></header></div><pre class="p2 mb0 rounded-bottom border-none" data-reactid=".6dtrce0su8.1.1.4.1.0.$6.2:$0.1">
<span class="hljs-tag"><<span class="hljs-title">PageHeader</span>
<span class="hljs-attribute">title</span>=<span class="hljs-value">"Hamburger"</span>
<span class="hljs-attribute">description</span>=<span class="hljs-value">"Fries, onion rings, and shakes"</span>></span>
<span class="hljs-tag"><<span class="hljs-title">div</span>></span>
Medium Rare
<span class="hljs-tag"></<span class="hljs-title">div</span>></span>
<span class="hljs-tag"></<span class="hljs-title">PageHeader</span>></span>
</pre></div><div data-reactid=".6dtrce0su8.1.1.4.1.0.$6.3"></div></section><section class="py3" data-reactid=".6dtrce0su8.1.1.4.1.0.$7"><header title="Footer" id="Footer" class="flex flex-baseline flex-wrap py2 mb2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$7.0"><h2 class="flex-auto m0" data-reactid=".6dtrce0su8.1.1.4.1.0.$7.0.0"><a href="#Footer" class="color-inherit" data-reactid=".6dtrce0su8.1.1.4.1.0.$7.0.0.0">Footer</a></h2></header><p data-reactid=".6dtrce0su8.1.1.4.1.0.$7.1">Footer with border top</p><div class="mb2 border rounded" data-reactid=".6dtrce0su8.1.1.4.1.0.$7.2:$0"><div class="p2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$7.2:$0.0"><footer class="h5 py2 mt4 border-top" data-reactid=".6dtrce0su8.1.1.4.1.0.$7.2:$0.0.0"><div data-reactid=".6dtrce0su8.1.1.4.1.0.$7.2:$0.0.0.0">Hamburger</div></footer></div><pre class="p2 mb0 rounded-bottom border-none" data-reactid=".6dtrce0su8.1.1.4.1.0.$7.2:$0.1">
<span class="hljs-tag"><<span class="hljs-title">Footer</span>></span>
<span class="hljs-tag"><<span class="hljs-title">div</span>></span>
Hamburger
<span class="hljs-tag"></<span class="hljs-title">div</span>></span>
<span class="hljs-tag"></<span class="hljs-title">Footer</span>></span>
</pre></div><div data-reactid=".6dtrce0su8.1.1.4.1.0.$7.3"></div></section><section class="py3" data-reactid=".6dtrce0su8.1.1.4.1.0.$8"><header title="Section" id="Section" class="flex flex-baseline flex-wrap py2 mb2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$8.0"><h2 class="flex-auto m0" data-reactid=".6dtrce0su8.1.1.4.1.0.$8.0.0"><a href="#Section" class="color-inherit" data-reactid=".6dtrce0su8.1.1.4.1.0.$8.0.0.0">Section</a></h2></header><p data-reactid=".6dtrce0su8.1.1.4.1.0.$8.1">Section element with vertical padding</p><div class="mb2 border rounded" data-reactid=".6dtrce0su8.1.1.4.1.0.$8.2:$0"><div class="p2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$8.2:$0.0"><section class="py3" data-reactid=".6dtrce0su8.1.1.4.1.0.$8.2:$0.0.0">Hamburger</section></div><pre class="p2 mb0 rounded-bottom border-none" data-reactid=".6dtrce0su8.1.1.4.1.0.$8.2:$0.1">
<span class="hljs-tag"><<span class="hljs-title">Section</span>></span>
Hamburger
<span class="hljs-tag"></<span class="hljs-title">Section</span>></span>
</pre></div><div data-reactid=".6dtrce0su8.1.1.4.1.0.$8.3"></div></section><section class="py3" data-reactid=".6dtrce0su8.1.1.4.1.0.$9"><header title="SectionHeader" id="SectionHeader" class="flex flex-baseline flex-wrap py2 mb2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$9.0"><h2 class="flex-auto m0" data-reactid=".6dtrce0su8.1.1.4.1.0.$9.0.0"><a href="#SectionHeader" class="color-inherit" data-reactid=".6dtrce0su8.1.1.4.1.0.$9.0.0.0">SectionHeader</a></h2></header><p data-reactid=".6dtrce0su8.1.1.4.1.0.$9.1">Header for sections with id linked heading. Child elements display to the right</p><div class="mb2 border rounded" data-reactid=".6dtrce0su8.1.1.4.1.0.$9.2:$0"><div class="p2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$9.2:$0.0"><section class="py3" data-reactid=".6dtrce0su8.1.1.4.1.0.$9.2:$0.0.0"><header title="Hamburger" id="Hamburger" class="flex flex-baseline flex-wrap py2 mb2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$9.2:$0.0.0.0"><h2 class="flex-auto m0" data-reactid=".6dtrce0su8.1.1.4.1.0.$9.2:$0.0.0.0.0"><a href="#Hamburger" class="color-inherit" data-reactid=".6dtrce0su8.1.1.4.1.0.$9.2:$0.0.0.0.0.0">Hamburger</a></h2><span data-reactid=".6dtrce0su8.1.1.4.1.0.$9.2:$0.0.0.0.1">Medium rare</span></header><p data-reactid=".6dtrce0su8.1.1.4.1.0.$9.2:$0.0.0.1">Section inception</p></section></div><pre class="p2 mb0 rounded-bottom border-none" data-reactid=".6dtrce0su8.1.1.4.1.0.$9.2:$0.1">
<span class="hljs-tag"><<span class="hljs-title">Section</span>></span>
<span class="hljs-tag"><<span class="hljs-title">SectionHeader</span> <span class="hljs-attribute">title</span>=<span class="hljs-value">"Hamburger"</span>></span>
Medium rare
<span class="hljs-tag"></<span class="hljs-title">SectionHeader</span>></span>
<span class="hljs-tag"><<span class="hljs-title">p</span>></span>
Section inception
<span class="hljs-tag"></<span class="hljs-title">p</span>></span>
<span class="hljs-tag"></<span class="hljs-title">Section</span>></span>
</pre></div><div data-reactid=".6dtrce0su8.1.1.4.1.0.$9.3"></div></section><section class="py3" data-reactid=".6dtrce0su8.1.1.4.1.0.$10"><header title="LinkBtn" id="LinkBtn" class="flex flex-baseline flex-wrap py2 mb2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$10.0"><h2 class="flex-auto m0" data-reactid=".6dtrce0su8.1.1.4.1.0.$10.0.0"><a href="#LinkBtn" class="color-inherit" data-reactid=".6dtrce0su8.1.1.4.1.0.$10.0.0.0">LinkBtn</a></h2></header><p data-reactid=".6dtrce0su8.1.1.4.1.0.$10.1">Solid and outline button styled links</p><div class="mb2 border rounded" data-reactid=".6dtrce0su8.1.1.4.1.0.$10.2:$0"><div class="p2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$10.2:$0.0"><a href="#Link" class="btn btn-primary" data-reactid=".6dtrce0su8.1.1.4.1.0.$10.2:$0.0.0">Hamburger</a></div><pre class="p2 mb0 rounded-bottom border-none" data-reactid=".6dtrce0su8.1.1.4.1.0.$10.2:$0.1">
<span class="hljs-tag"><<span class="hljs-title">LinkBtn</span> <span class="hljs-attribute">href</span>=<span class="hljs-value">"#Link"</span>></span>
Hamburger
<span class="hljs-tag"></<span class="hljs-title">LinkBtn</span>></span>
</pre></div><div class="mb2 border rounded" data-reactid=".6dtrce0su8.1.1.4.1.0.$10.2:$1"><div class="p2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$10.2:$1.0"><a href="#Link" class="btn bg-red btn-primary" data-reactid=".6dtrce0su8.1.1.4.1.0.$10.2:$1.0.0">Hamburger</a></div><pre class="p2 mb0 rounded-bottom border-none" data-reactid=".6dtrce0su8.1.1.4.1.0.$10.2:$1.1">
<span class="hljs-tag"><<span class="hljs-title">LinkBtn</span>
<span class="hljs-attribute">href</span>=<span class="hljs-value">"#Link"</span>
<span class="hljs-attribute">color</span>=<span class="hljs-value">"red"</span>></span>
Hamburger
<span class="hljs-tag"></<span class="hljs-title">LinkBtn</span>></span>
</pre></div><div class="mb2 border rounded" data-reactid=".6dtrce0su8.1.1.4.1.0.$10.2:$2"><div class="p2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$10.2:$2.0"><a href="#Link" class="btn btn-outline" data-reactid=".6dtrce0su8.1.1.4.1.0.$10.2:$2.0.0">Hamburger</a></div><pre class="p2 mb0 rounded-bottom border-none" data-reactid=".6dtrce0su8.1.1.4.1.0.$10.2:$2.1">
<span class="hljs-tag"><<span class="hljs-title">LinkBtn</span>
<span class="hljs-attribute">href</span>=<span class="hljs-value">"#Link"</span>
<span class="hljs-attribute">outline</span>=<span class="hljs-value">{true}</span>></span>
Hamburger
<span class="hljs-tag"></<span class="hljs-title">LinkBtn</span>></span>
</pre></div><div class="mb2 border rounded" data-reactid=".6dtrce0su8.1.1.4.1.0.$10.2:$3"><div class="p2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$10.2:$3.0"><a href="#Link" class="btn blue btn-outline" data-reactid=".6dtrce0su8.1.1.4.1.0.$10.2:$3.0.0">Hamburger</a></div><pre class="p2 mb0 rounded-bottom border-none" data-reactid=".6dtrce0su8.1.1.4.1.0.$10.2:$3.1">
<span class="hljs-tag"><<span class="hljs-title">LinkBtn</span>
<span class="hljs-attribute">href</span>=<span class="hljs-value">"#Link"</span>
<span class="hljs-attribute">outline</span>=<span class="hljs-value">{true}</span>
<span class="hljs-attribute">color</span>=<span class="hljs-value">"blue"</span>></span>
Hamburger
<span class="hljs-tag"></<span class="hljs-title">LinkBtn</span>></span>
</pre></div><div data-reactid=".6dtrce0su8.1.1.4.1.0.$10.3"></div></section><section class="py3" data-reactid=".6dtrce0su8.1.1.4.1.0.$11"><header title="Button" id="Button" class="flex flex-baseline flex-wrap py2 mb2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$11.0"><h2 class="flex-auto m0" data-reactid=".6dtrce0su8.1.1.4.1.0.$11.0.0"><a href="#Button" class="color-inherit" data-reactid=".6dtrce0su8.1.1.4.1.0.$11.0.0.0">Button</a></h2></header><p data-reactid=".6dtrce0su8.1.1.4.1.0.$11.1">Solid and outline buttons with color prop</p><div class="mb2 border rounded" data-reactid=".6dtrce0su8.1.1.4.1.0.$11.2:$0"><div class="p2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$11.2:$0.0"><button class="btn btn-primary" data-reactid=".6dtrce0su8.1.1.4.1.0.$11.2:$0.0.0">Hamburger</button></div><pre class="p2 mb0 rounded-bottom border-none" data-reactid=".6dtrce0su8.1.1.4.1.0.$11.2:$0.1">
<span class="hljs-tag"><<span class="hljs-title">Button</span>></span>
Hamburger
<span class="hljs-tag"></<span class="hljs-title">Button</span>></span>
</pre></div><div class="mb2 border rounded" data-reactid=".6dtrce0su8.1.1.4.1.0.$11.2:$1"><div class="p2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$11.2:$1.0"><button class="btn btn-primary" data-reactid=".6dtrce0su8.1.1.4.1.0.$11.2:$1.0.0">Hamburger</button></div><pre class="p2 mb0 rounded-bottom border-none" data-reactid=".6dtrce0su8.1.1.4.1.0.$11.2:$1.1">
<span class="hljs-tag"><<span class="hljs-title">Button</span>></span>
Hamburger
<span class="hljs-tag"></<span class="hljs-title">Button</span>></span>
</pre></div><div class="mb2 border rounded" data-reactid=".6dtrce0su8.1.1.4.1.0.$11.2:$2"><div class="p2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$11.2:$2.0"><button class="btn btn-primary" data-reactid=".6dtrce0su8.1.1.4.1.0.$11.2:$2.0.0">Hamburger</button></div><pre class="p2 mb0 rounded-bottom border-none" data-reactid=".6dtrce0su8.1.1.4.1.0.$11.2:$2.1">
<span class="hljs-tag"><<span class="hljs-title">Button</span>></span>
Hamburger
<span class="hljs-tag"></<span class="hljs-title">Button</span>></span>
</pre></div><div class="mb2 border rounded" data-reactid=".6dtrce0su8.1.1.4.1.0.$11.2:$3"><div class="p2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$11.2:$3.0"><button class="btn btn-primary" data-reactid=".6dtrce0su8.1.1.4.1.0.$11.2:$3.0.0">Hamburger</button></div><pre class="p2 mb0 rounded-bottom border-none" data-reactid=".6dtrce0su8.1.1.4.1.0.$11.2:$3.1">
<span class="hljs-tag"><<span class="hljs-title">Button</span>></span>
Hamburger
<span class="hljs-tag"></<span class="hljs-title">Button</span>></span>
</pre></div><div data-reactid=".6dtrce0su8.1.1.4.1.0.$11.3"></div></section><section class="py3" data-reactid=".6dtrce0su8.1.1.4.1.0.$12"><header title="Input" id="Input" class="flex flex-baseline flex-wrap py2 mb2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$12.0"><h2 class="flex-auto m0" data-reactid=".6dtrce0su8.1.1.4.1.0.$12.0.0"><a href="#Input" class="color-inherit" data-reactid=".6dtrce0su8.1.1.4.1.0.$12.0.0.0">Input</a></h2></header><p data-reactid=".6dtrce0su8.1.1.4.1.0.$12.1">Wrapper for form label and input elements</p><div class="mb2 border rounded" data-reactid=".6dtrce0su8.1.1.4.1.0.$12.2:$0"><div class="p2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$12.2:$0.0"><div class="mb2" data-reactid=".6dtrce0su8.1.1.4.1.0.$12.2:$0.0.0"><label for="demo-input" class="h5 bold block" data-reactid=".6dtrce0su8.1.1.4.1.0.$12.2:$0.0.0.0">Hamburger</label><input label="Hamburger" name="demo-input" type="text" class="block col-12 field" data-reactid=".6dtrce0su8.1.1.4.1.0.$12.2:$0.0.0.1"></div></div><pre class="p2 mb0 rounded-bottom border-none" data-reactid=".6dtrce0su8.1.1.4.1.0.$12.2:$0.1">
<span class="hljs-tag"><<span class="hljs-title">Input</span>
<span class="hljs-attribute">label</span>=<span class="hljs-value">"Hamburger"</span>
<span class="hljs-attribute">name</span>=<span class="hljs-value">"demo-input"</span>/></span>
</pre></div><div data-reactid=".6dtrce0su8.1.1.4.1.0.$12.3"></div></section><section class="py3" data-reactid=".6dtrce0su8.1.1.4.1.0.$13"><header title="Select" id="Select" class="flex flex-baseline flex-wrap py2 mb2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$13.0"><h2 class="flex-auto m0" data-reactid=".6dtrce0su8.1.1.4.1.0.$13.0.0"><a href="#Select" class="color-inherit" data-reactid=".6dtrce0su8.1.1.4.1.0.$13.0.0.0">Select</a></h2></header><p data-reactid=".6dtrce0su8.1.1.4.1.0.$13.1">Wrapper for form label and select elements</p><div class="mb2 border rounded" data-reactid=".6dtrce0su8.1.1.4.1.0.$13.2:$0"><div class="p2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$13.2:$0.0"><div class="mb2" data-reactid=".6dtrce0su8.1.1.4.1.0.$13.2:$0.0.0"><label for="demo-select" class="h5 bold block" data-reactid=".6dtrce0su8.1.1.4.1.0.$13.2:$0.0.0.0">Hamburger</label><select label="Hamburger" name="demo-select" class="block col-12 field" data-reactid=".6dtrce0su8.1.1.4.1.0.$13.2:$0.0.0.1"><option value="1" label="One" data-reactid=".6dtrce0su8.1.1.4.1.0.$13.2:$0.0.0.1.$0">One</option><option value="2" label="Two" data-reactid=".6dtrce0su8.1.1.4.1.0.$13.2:$0.0.0.1.$1">Two</option><option value="3" label="Three" data-reactid=".6dtrce0su8.1.1.4.1.0.$13.2:$0.0.0.1.$2">Three</option></select></div></div><pre class="p2 mb0 rounded-bottom border-none" data-reactid=".6dtrce0su8.1.1.4.1.0.$13.2:$0.1">
<span class="hljs-tag"><<span class="hljs-title">Select</span>
<span class="hljs-attribute">label</span>=<span class="hljs-value">"Hamburger"</span>
<span class="hljs-attribute">name</span>=<span class="hljs-value">"demo-select"</span>
<span class="hljs-attribute">options</span>=<span class="hljs-value">{[{"value":1,"label":"One"},{"value":2,"label":"Two"},{"value":3,"label":"Three"}]}</span>/></span>
</pre></div><div data-reactid=".6dtrce0su8.1.1.4.1.0.$13.3"></div></section><section class="py3" data-reactid=".6dtrce0su8.1.1.4.1.0.$14"><header title="Textarea" id="Textarea" class="flex flex-baseline flex-wrap py2 mb2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$14.0"><h2 class="flex-auto m0" data-reactid=".6dtrce0su8.1.1.4.1.0.$14.0.0"><a href="#Textarea" class="color-inherit" data-reactid=".6dtrce0su8.1.1.4.1.0.$14.0.0.0">Textarea</a></h2></header><p data-reactid=".6dtrce0su8.1.1.4.1.0.$14.1">Wrapper for form label and textarea elements</p><div class="mb2 border rounded" data-reactid=".6dtrce0su8.1.1.4.1.0.$14.2:$0"><div class="p2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$14.2:$0.0"><div class="mb2" data-reactid=".6dtrce0su8.1.1.4.1.0.$14.2:$0.0.0"><label for="demo-textarea" class="h5 bold block" data-reactid=".6dtrce0su8.1.1.4.1.0.$14.2:$0.0.0.0">Hamburger</label><textarea label="Hamburger" name="demo-textarea" rows="4" class="block col-12 field" data-reactid=".6dtrce0su8.1.1.4.1.0.$14.2:$0.0.0.1">
</textarea></div></div><pre class="p2 mb0 rounded-bottom border-none" data-reactid=".6dtrce0su8.1.1.4.1.0.$14.2:$0.1">
<span class="hljs-tag"><<span class="hljs-title">Textarea</span>
<span class="hljs-attribute">label</span>=<span class="hljs-value">"Hamburger"</span>
<span class="hljs-attribute">name</span>=<span class="hljs-value">"demo-textarea"</span>
<span class="hljs-attribute">rows</span>=<span class="hljs-value">{4}</span>/></span>
</pre></div><div data-reactid=".6dtrce0su8.1.1.4.1.0.$14.3"></div></section><section class="py3" data-reactid=".6dtrce0su8.1.1.4.1.0.$15"><header title="Radio" id="Radio" class="flex flex-baseline flex-wrap py2 mb2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$15.0"><h2 class="flex-auto m0" data-reactid=".6dtrce0su8.1.1.4.1.0.$15.0.0"><a href="#Radio" class="color-inherit" data-reactid=".6dtrce0su8.1.1.4.1.0.$15.0.0.0">Radio</a></h2></header><p data-reactid=".6dtrce0su8.1.1.4.1.0.$15.1">Wrapper for form label and radio input elements</p><div class="mb2 border rounded" data-reactid=".6dtrce0su8.1.1.4.1.0.$15.2:$0"><div class="p2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$15.2:$0.0"><div class="mb2" data-reactid=".6dtrce0su8.1.1.4.1.0.$15.2:$0.0.0"><label class="h5 bold block" data-reactid=".6dtrce0su8.1.1.4.1.0.$15.2:$0.0.0.0"><input label="Hamburger 1" value="1" name="demo-radio" type="radio" class="mr1" data-reactid=".6dtrce0su8.1.1.4.1.0.$15.2:$0.0.0.0.0"><span data-reactid=".6dtrce0su8.1.1.4.1.0.$15.2:$0.0.0.0.1">Hamburger 1</span></label></div></div><pre class="p2 mb0 rounded-bottom border-none" data-reactid=".6dtrce0su8.1.1.4.1.0.$15.2:$0.1">
<span class="hljs-tag"><<span class="hljs-title">Radio</span>
<span class="hljs-attribute">label</span>=<span class="hljs-value">"Hamburger 1"</span>
<span class="hljs-attribute">value</span>=<span class="hljs-value">"1"</span>
<span class="hljs-attribute">name</span>=<span class="hljs-value">"demo-radio"</span>/></span>
</pre></div><div class="mb2 border rounded" data-reactid=".6dtrce0su8.1.1.4.1.0.$15.2:$1"><div class="p2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$15.2:$1.0"><div data-reactid=".6dtrce0su8.1.1.4.1.0.$15.2:$1.0.0"><div class="mb2" data-reactid=".6dtrce0su8.1.1.4.1.0.$15.2:$1.0.0.0"><label class="h5 bold block" data-reactid=".6dtrce0su8.1.1.4.1.0.$15.2:$1.0.0.0.0"><input label="Hamburger 2" value="2" name="demo-radio" type="radio" class="mr1" data-reactid=".6dtrce0su8.1.1.4.1.0.$15.2:$1.0.0.0.0.0"><span data-reactid=".6dtrce0su8.1.1.4.1.0.$15.2:$1.0.0.0.0.1">Hamburger 2</span></label></div><div class="mb2" data-reactid=".6dtrce0su8.1.1.4.1.0.$15.2:$1.0.0.1"><label class="h5 bold block" data-reactid=".6dtrce0su8.1.1.4.1.0.$15.2:$1.0.0.1.0"><input label="Hamburger 3" value="3" name="demo-radio" type="radio" class="mr1" data-reactid=".6dtrce0su8.1.1.4.1.0.$15.2:$1.0.0.1.0.0"><span data-reactid=".6dtrce0su8.1.1.4.1.0.$15.2:$1.0.0.1.0.1">Hamburger 3</span></label></div></div></div><pre class="p2 mb0 rounded-bottom border-none" data-reactid=".6dtrce0su8.1.1.4.1.0.$15.2:$1.1">
<span class="hljs-tag"><<span class="hljs-title">div</span>></span>
<span class="hljs-tag"><<span class="hljs-title">Radio</span>
<span class="hljs-attribute">label</span>=<span class="hljs-value">"Hamburger 2"</span>
<span class="hljs-attribute">value</span>=<span class="hljs-value">"2"</span>
<span class="hljs-attribute">name</span>=<span class="hljs-value">"demo-radio"</span>/></span>
<span class="hljs-tag"><<span class="hljs-title">Radio</span>
<span class="hljs-attribute">label</span>=<span class="hljs-value">"Hamburger 3"</span>
<span class="hljs-attribute">value</span>=<span class="hljs-value">"3"</span>
<span class="hljs-attribute">name</span>=<span class="hljs-value">"demo-radio"</span>/></span>
<span class="hljs-tag"></<span class="hljs-title">div</span>></span>
</pre></div><div data-reactid=".6dtrce0su8.1.1.4.1.0.$15.3"></div></section><section class="py3" data-reactid=".6dtrce0su8.1.1.4.1.0.$16"><header title="Checkbox" id="Checkbox" class="flex flex-baseline flex-wrap py2 mb2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$16.0"><h2 class="flex-auto m0" data-reactid=".6dtrce0su8.1.1.4.1.0.$16.0.0"><a href="#Checkbox" class="color-inherit" data-reactid=".6dtrce0su8.1.1.4.1.0.$16.0.0.0">Checkbox</a></h2></header><p data-reactid=".6dtrce0su8.1.1.4.1.0.$16.1">Wrapper for form label and checkbox input elements</p><div class="mb2 border rounded" data-reactid=".6dtrce0su8.1.1.4.1.0.$16.2:$0"><div class="p2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$16.2:$0.0"><div class="mb2" data-reactid=".6dtrce0su8.1.1.4.1.0.$16.2:$0.0.0"><label class="h5 bold block" data-reactid=".6dtrce0su8.1.1.4.1.0.$16.2:$0.0.0.0"><input label="Hamburger" value="checked" name="demo-checkbox" type="checkbox" class="mr1" data-reactid=".6dtrce0su8.1.1.4.1.0.$16.2:$0.0.0.0.0"><span data-reactid=".6dtrce0su8.1.1.4.1.0.$16.2:$0.0.0.0.1">Hamburger</span></label></div></div><pre class="p2 mb0 rounded-bottom border-none" data-reactid=".6dtrce0su8.1.1.4.1.0.$16.2:$0.1">
<span class="hljs-tag"><<span class="hljs-title">Checkbox</span>
<span class="hljs-attribute">label</span>=<span class="hljs-value">"Hamburger"</span>
<span class="hljs-attribute">value</span>=<span class="hljs-value">"checked"</span>
<span class="hljs-attribute">name</span>=<span class="hljs-value">"demo-checkbox"</span>/></span>
</pre></div><div data-reactid=".6dtrce0su8.1.1.4.1.0.$16.3"></div></section><section class="py3" data-reactid=".6dtrce0su8.1.1.4.1.0.$17"><header title="Range" id="Range" class="flex flex-baseline flex-wrap py2 mb2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$17.0"><h2 class="flex-auto m0" data-reactid=".6dtrce0su8.1.1.4.1.0.$17.0.0"><a href="#Range" class="color-inherit" data-reactid=".6dtrce0su8.1.1.4.1.0.$17.0.0.0">Range</a></h2></header><p data-reactid=".6dtrce0su8.1.1.4.1.0.$17.1">Wrapper for form label and range input elements</p><div class="mb2 border rounded" data-reactid=".6dtrce0su8.1.1.4.1.0.$17.2:$0"><div class="p2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$17.2:$0.0"><div class="mb2" data-reactid=".6dtrce0su8.1.1.4.1.0.$17.2:$0.0.0"><label for="demo-range" class="h5 bold mb1 block" data-reactid=".6dtrce0su8.1.1.4.1.0.$17.2:$0.0.0.0">Hamburger</label><input label="Hamburger" name="demo-range" type="range" class="block col-12 range-light" data-reactid=".6dtrce0su8.1.1.4.1.0.$17.2:$0.0.0.1"></div></div><pre class="p2 mb0 rounded-bottom border-none" data-reactid=".6dtrce0su8.1.1.4.1.0.$17.2:$0.1">
<span class="hljs-tag"><<span class="hljs-title">Range</span>
<span class="hljs-attribute">label</span>=<span class="hljs-value">"Hamburger"</span>
<span class="hljs-attribute">name</span>=<span class="hljs-value">"demo-range"</span>/></span>
</pre></div><div data-reactid=".6dtrce0su8.1.1.4.1.0.$17.3"></div></section><section class="py3" data-reactid=".6dtrce0su8.1.1.4.1.0.$18"><header title="Fieldset" id="Fieldset" class="flex flex-baseline flex-wrap py2 mb2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$18.0"><h2 class="flex-auto m0" data-reactid=".6dtrce0su8.1.1.4.1.0.$18.0.0"><a href="#Fieldset" class="color-inherit" data-reactid=".6dtrce0su8.1.1.4.1.0.$18.0.0.0">Fieldset</a></h2></header><p data-reactid=".6dtrce0su8.1.1.4.1.0.$18.1">Wrapper for fieldset and legend elements</p><div class="mb2 border rounded" data-reactid=".6dtrce0su8.1.1.4.1.0.$18.2:$0"><div class="p2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$18.2:$0.0"><fieldset class="p0 m0 border-none" data-reactid=".6dtrce0su8.1.1.4.1.0.$18.2:$0.0.0"><legend class="bold p0 py1 mb2 col-12 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$18.2:$0.0.0.0">Hamburger</legend><div class="mb2" data-reactid=".6dtrce0su8.1.1.4.1.0.$18.2:$0.0.0.1:0"><label for="demo-fries" class="h5 bold block" data-reactid=".6dtrce0su8.1.1.4.1.0.$18.2:$0.0.0.1:0.0">Fries</label><input label="Fries" name="demo-fries" type="text" class="block col-12 field" data-reactid=".6dtrce0su8.1.1.4.1.0.$18.2:$0.0.0.1:0.1"></div><div class="mb2" data-reactid=".6dtrce0su8.1.1.4.1.0.$18.2:$0.0.0.1:1"><label for="demo-pickles" class="h5 bold block" data-reactid=".6dtrce0su8.1.1.4.1.0.$18.2:$0.0.0.1:1.0">Pickles</label><input label="Pickles" name="demo-pickles" type="text" class="block col-12 field" data-reactid=".6dtrce0su8.1.1.4.1.0.$18.2:$0.0.0.1:1.1"></div><div class="mb2" data-reactid=".6dtrce0su8.1.1.4.1.0.$18.2:$0.0.0.1:2"><label for="demo-temperature" class="h5 bold block" data-reactid=".6dtrce0su8.1.1.4.1.0.$18.2:$0.0.0.1:2.0">Temperature</label><select label="Temperature" name="demo-temperature" class="block col-12 field" data-reactid=".6dtrce0su8.1.1.4.1.0.$18.2:$0.0.0.1:2.1"><option value="1" label="Rare" data-reactid=".6dtrce0su8.1.1.4.1.0.$18.2:$0.0.0.1:2.1.$0">Rare</option><option value="2" label="Medium Rare" data-reactid=".6dtrce0su8.1.1.4.1.0.$18.2:$0.0.0.1:2.1.$1">Medium Rare</option><option value="3" label="Medium" data-reactid=".6dtrce0su8.1.1.4.1.0.$18.2:$0.0.0.1:2.1.$2">Medium</option><option value="4" label="Medium Well" data-reactid=".6dtrce0su8.1.1.4.1.0.$18.2:$0.0.0.1:2.1.$3">Medium Well</option><option value="5" label="Well Done" data-reactid=".6dtrce0su8.1.1.4.1.0.$18.2:$0.0.0.1:2.1.$4">Well Done</option></select></div></fieldset></div><pre class="p2 mb0 rounded-bottom border-none" data-reactid=".6dtrce0su8.1.1.4.1.0.$18.2:$0.1">
<span class="hljs-tag"><<span class="hljs-title">Fieldset</span> <span class="hljs-attribute">legend</span>=<span class="hljs-value">"Hamburger"</span>></span>
<span class="hljs-tag"><<span class="hljs-title">Input</span>
<span class="hljs-attribute">label</span>=<span class="hljs-value">"Fries"</span>
<span class="hljs-attribute">name</span>=<span class="hljs-value">"demo-fries"</span>/></span>
<span class="hljs-tag"><<span class="hljs-title">Input</span>
<span class="hljs-attribute">label</span>=<span class="hljs-value">"Pickles"</span>
<span class="hljs-attribute">name</span>=<span class="hljs-value">"demo-pickles"</span>/></span>
<span class="hljs-tag"><<span class="hljs-title">Select</span>
<span class="hljs-attribute">label</span>=<span class="hljs-value">"Temperature"</span>
<span class="hljs-attribute">name</span>=<span class="hljs-value">"demo-temperature"</span>
<span class="hljs-attribute">options</span>=<span class="hljs-value">{[{"value":1,"label":"Rare"},{"value":2,"label":"Medium</span> <span class="hljs-attribute">Rare</span>"},{"<span class="hljs-attribute">value</span>"<span class="hljs-attribute">:3</span>,"<span class="hljs-attribute">label</span>"<span class="hljs-attribute">:</span>"<span class="hljs-attribute">Medium</span>"},{"<span class="hljs-attribute">value</span>"<span class="hljs-attribute">:4</span>,"<span class="hljs-attribute">label</span>"<span class="hljs-attribute">:</span>"<span class="hljs-attribute">Medium</span> <span class="hljs-attribute">Well</span>"},{"<span class="hljs-attribute">value</span>"<span class="hljs-attribute">:5</span>,"<span class="hljs-attribute">label</span>"<span class="hljs-attribute">:</span>"<span class="hljs-attribute">Well</span> <span class="hljs-attribute">Done</span>"}]}/></span>
<span class="hljs-tag"></<span class="hljs-title">Fieldset</span>></span>
</pre></div><div data-reactid=".6dtrce0su8.1.1.4.1.0.$18.3"></div></section><section class="py3" data-reactid=".6dtrce0su8.1.1.4.1.0.$19"><header title="Progress" id="Progress" class="flex flex-baseline flex-wrap py2 mb2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$19.0"><h2 class="flex-auto m0" data-reactid=".6dtrce0su8.1.1.4.1.0.$19.0.0"><a href="#Progress" class="color-inherit" data-reactid=".6dtrce0su8.1.1.4.1.0.$19.0.0.0">Progress</a></h2></header><p data-reactid=".6dtrce0su8.1.1.4.1.0.$19.1">Styled progress element</p><div class="mb2 border rounded" data-reactid=".6dtrce0su8.1.1.4.1.0.$19.2:$0"><div class="p2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$19.2:$0.0"><progress value="32" max="100" class="progress blue" data-reactid=".6dtrce0su8.1.1.4.1.0.$19.2:$0.0.0">32</progress></div><pre class="p2 mb0 rounded-bottom border-none" data-reactid=".6dtrce0su8.1.1.4.1.0.$19.2:$0.1">
<span class="hljs-tag"><<span class="hljs-title">Progress</span>
<span class="hljs-attribute">value</span>=<span class="hljs-value">{32}</span>
<span class="hljs-attribute">max</span>=<span class="hljs-value">{100}</span>/></span>
</pre></div><div class="mb2 border rounded" data-reactid=".6dtrce0su8.1.1.4.1.0.$19.2:$1"><div class="p2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$19.2:$1.0"><progress value="96" max="100" class="progress red" data-reactid=".6dtrce0su8.1.1.4.1.0.$19.2:$1.0.0">96</progress></div><pre class="p2 mb0 rounded-bottom border-none" data-reactid=".6dtrce0su8.1.1.4.1.0.$19.2:$1.1">
<span class="hljs-tag"><<span class="hljs-title">Progress</span>
<span class="hljs-attribute">value</span>=<span class="hljs-value">{96}</span>
<span class="hljs-attribute">max</span>=<span class="hljs-value">{100}</span>
<span class="hljs-attribute">color</span>=<span class="hljs-value">"red"</span>/></span>
</pre></div><div data-reactid=".6dtrce0su8.1.1.4.1.0.$19.3"></div></section><section class="py3" data-reactid=".6dtrce0su8.1.1.4.1.0.$20"><header title="Toolbar" id="Toolbar" class="flex flex-baseline flex-wrap py2 mb2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$20.0"><h2 class="flex-auto m0" data-reactid=".6dtrce0su8.1.1.4.1.0.$20.0.0"><a href="#Toolbar" class="color-inherit" data-reactid=".6dtrce0su8.1.1.4.1.0.$20.0.0.0">Toolbar</a></h2></header><p data-reactid=".6dtrce0su8.1.1.4.1.0.$20.1">Styled box with flexbox layout, padding, and reversed text on a color background</p><div class="mb2 border rounded" data-reactid=".6dtrce0su8.1.1.4.1.0.$20.2:$0"><div class="p2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$20.2:$0.0"><div class="h5 flex flex-center flex-wrap p1 white bg-black" data-reactid=".6dtrce0su8.1.1.4.1.0.$20.2:$0.0.0"><div class="px2" data-reactid=".6dtrce0su8.1.1.4.1.0.$20.2:$0.0.0.0">Hamburger</div><a href="#Toolbar" class="NavItem btn" data-reactid=".6dtrce0su8.1.1.4.1.0.$20.2:$0.0.0.1">Hot Dog</a><a href="#Toolbar" class="NavItem btn" data-reactid=".6dtrce0su8.1.1.4.1.0.$20.2:$0.0.0.2">Fries</a><div class="flex-auto px2" data-reactid=".6dtrce0su8.1.1.4.1.0.$20.2:$0.0.0.3"></div><button class="btn btn-primary" data-reactid=".6dtrce0su8.1.1.4.1.0.$20.2:$0.0.0.4">Shake</button></div></div><pre class="p2 mb0 rounded-bottom border-none" data-reactid=".6dtrce0su8.1.1.4.1.0.$20.2:$0.1">
<span class="hljs-tag"><<span class="hljs-title">Toolbar</span>></span>
<span class="hljs-tag"><<span class="hljs-title">Flex</span>></span>
Hamburger
<span class="hljs-tag"></<span class="hljs-title">Flex</span>></span>
<span class="hljs-tag"><<span class="hljs-title">NavItem</span> <span class="hljs-attribute">href</span>=<span class="hljs-value">"#Toolbar"</span>></span>
Hot Dog
<span class="hljs-tag"></<span class="hljs-title">NavItem</span>></span>
<span class="hljs-tag"><<span class="hljs-title">NavItem</span> <span class="hljs-attribute">href</span>=<span class="hljs-value">"#Toolbar"</span>></span>
Fries
<span class="hljs-tag"></<span class="hljs-title">NavItem</span>></span>
<span class="hljs-tag"><<span class="hljs-title">Flex</span> <span class="hljs-attribute">auto</span>=<span class="hljs-value">{true}</span>/></span>
<span class="hljs-tag"><<span class="hljs-title">Button</span>></span>
Shake
<span class="hljs-tag"></<span class="hljs-title">Button</span>></span>
<span class="hljs-tag"></<span class="hljs-title">Toolbar</span>></span>
</pre></div><div class="mb2 border rounded" data-reactid=".6dtrce0su8.1.1.4.1.0.$20.2:$1"><div class="p2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$20.2:$1.0"><div class="h5 flex flex-center flex-wrap p1 white bg-blue" data-reactid=".6dtrce0su8.1.1.4.1.0.$20.2:$1.0.0"><div class="px2" data-reactid=".6dtrce0su8.1.1.4.1.0.$20.2:$1.0.0.0">Hamburger</div><a href="#Toolbar" class="NavItem btn" data-reactid=".6dtrce0su8.1.1.4.1.0.$20.2:$1.0.0.1">Hot Dog</a><a href="#Toolbar" class="NavItem btn" data-reactid=".6dtrce0su8.1.1.4.1.0.$20.2:$1.0.0.2">Fries</a><div class="flex-auto px2" data-reactid=".6dtrce0su8.1.1.4.1.0.$20.2:$1.0.0.3"></div><button class="btn bg-darken-3 btn-primary" data-reactid=".6dtrce0su8.1.1.4.1.0.$20.2:$1.0.0.4">Shake</button></div></div><pre class="p2 mb0 rounded-bottom border-none" data-reactid=".6dtrce0su8.1.1.4.1.0.$20.2:$1.1">
<span class="hljs-tag"><<span class="hljs-title">Toolbar</span> <span class="hljs-attribute">color</span>=<span class="hljs-value">"blue"</span>></span>
<span class="hljs-tag"><<span class="hljs-title">Flex</span>></span>
Hamburger
<span class="hljs-tag"></<span class="hljs-title">Flex</span>></span>
<span class="hljs-tag"><<span class="hljs-title">NavItem</span> <span class="hljs-attribute">href</span>=<span class="hljs-value">"#Toolbar"</span>></span>
Hot Dog
<span class="hljs-tag"></<span class="hljs-title">NavItem</span>></span>
<span class="hljs-tag"><<span class="hljs-title">NavItem</span> <span class="hljs-attribute">href</span>=<span class="hljs-value">"#Toolbar"</span>></span>
Fries
<span class="hljs-tag"></<span class="hljs-title">NavItem</span>></span>
<span class="hljs-tag"><<span class="hljs-title">Flex</span> <span class="hljs-attribute">auto</span>=<span class="hljs-value">{true}</span>/></span>
<span class="hljs-tag"><<span class="hljs-title">Button</span> <span class="hljs-attribute">color</span>=<span class="hljs-value">"darken-3"</span>></span>
Shake
<span class="hljs-tag"></<span class="hljs-title">Button</span>></span>
<span class="hljs-tag"></<span class="hljs-title">Toolbar</span>></span>
</pre></div><div data-reactid=".6dtrce0su8.1.1.4.1.0.$20.3"></div></section><section class="py3" data-reactid=".6dtrce0su8.1.1.4.1.0.$21"><header title="NavItem" id="NavItem" class="flex flex-baseline flex-wrap py2 mb2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$21.0"><h2 class="flex-auto m0" data-reactid=".6dtrce0su8.1.1.4.1.0.$21.0.0"><a href="#NavItem" class="color-inherit" data-reactid=".6dtrce0su8.1.1.4.1.0.$21.0.0.0">NavItem</a></h2></header><p data-reactid=".6dtrce0su8.1.1.4.1.0.$21.1">Inline block padded link</p><div class="mb2 border rounded" data-reactid=".6dtrce0su8.1.1.4.1.0.$21.2:$0"><div class="p2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$21.2:$0.0"><a href="#NavItem" class="NavItem btn" data-reactid=".6dtrce0su8.1.1.4.1.0.$21.2:$0.0.0">Hamburger</a></div><pre class="p2 mb0 rounded-bottom border-none" data-reactid=".6dtrce0su8.1.1.4.1.0.$21.2:$0.1">
<span class="hljs-tag"><<span class="hljs-title">NavItem</span> <span class="hljs-attribute">href</span>=<span class="hljs-value">"#NavItem"</span>></span>
Hamburger
<span class="hljs-tag"></<span class="hljs-title">NavItem</span>></span>
</pre></div><div class="mb2 border rounded" data-reactid=".6dtrce0su8.1.1.4.1.0.$21.2:$1"><div class="p2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$21.2:$1.0"><a href="#NavItem" class="NavItem btn p0 py1" data-reactid=".6dtrce0su8.1.1.4.1.0.$21.2:$1.0.0">Hamburger</a></div><pre class="p2 mb0 rounded-bottom border-none" data-reactid=".6dtrce0su8.1.1.4.1.0.$21.2:$1.1">
<span class="hljs-tag"><<span class="hljs-title">NavItem</span>
<span class="hljs-attribute">href</span>=<span class="hljs-value">"#NavItem"</span>
<span class="hljs-attribute">flush</span>=<span class="hljs-value">{true}</span>></span>
Hamburger
<span class="hljs-tag"></<span class="hljs-title">NavItem</span>></span>
</pre></div><div data-reactid=".6dtrce0su8.1.1.4.1.0.$21.3"></div></section><section class="py3" data-reactid=".6dtrce0su8.1.1.4.1.0.$22"><header title="Menu" id="Menu" class="flex flex-baseline flex-wrap py2 mb2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$22.0"><h2 class="flex-auto m0" data-reactid=".6dtrce0su8.1.1.4.1.0.$22.0.0"><a href="#Menu" class="color-inherit" data-reactid=".6dtrce0su8.1.1.4.1.0.$22.0.0.0">Menu</a></h2></header><p data-reactid=".6dtrce0su8.1.1.4.1.0.$22.1">Styled box with white background and rounded borders</p><div class="mb2 border rounded" data-reactid=".6dtrce0su8.1.1.4.1.0.$22.2:$0"><div class="p2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$22.2:$0.0"><div class="bg-white border rounded" data-reactid=".6dtrce0su8.1.1.4.1.0.$22.2:$0.0.0"><a href="#Menu" label="Hambuger" class="MenuItem btn block" data-reactid=".6dtrce0su8.1.1.4.1.0.$22.2:$0.0.0.0">Hambuger</a><a href="#Menu" label="Hot Dog" class="MenuItem btn block" data-reactid=".6dtrce0su8.1.1.4.1.0.$22.2:$0.0.0.1">Hot Dog</a><a href="#Menu" label="Onion Rings" class="MenuItem btn block" data-reactid=".6dtrce0su8.1.1.4.1.0.$22.2:$0.0.0.2">Onion Rings</a></div></div><pre class="p2 mb0 rounded-bottom border-none" data-reactid=".6dtrce0su8.1.1.4.1.0.$22.2:$0.1">
<span class="hljs-tag"><<span class="hljs-title">Menu</span>></span>
<span class="hljs-tag"><<span class="hljs-title">MenuItem</span>
<span class="hljs-attribute">href</span>=<span class="hljs-value">"#Menu"</span>
<span class="hljs-attribute">label</span>=<span class="hljs-value">"Hambuger"</span>/></span>
<span class="hljs-tag"><<span class="hljs-title">MenuItem</span>
<span class="hljs-attribute">href</span>=<span class="hljs-value">"#Menu"</span>
<span class="hljs-attribute">label</span>=<span class="hljs-value">"Hot Dog"</span>/></span>
<span class="hljs-tag"><<span class="hljs-title">MenuItem</span>
<span class="hljs-attribute">href</span>=<span class="hljs-value">"#Menu"</span>
<span class="hljs-attribute">label</span>=<span class="hljs-value">"Onion Rings"</span>/></span>
<span class="hljs-tag"></<span class="hljs-title">Menu</span>></span>
</pre></div><div data-reactid=".6dtrce0su8.1.1.4.1.0.$22.3"></div></section><section class="py3" data-reactid=".6dtrce0su8.1.1.4.1.0.$23"><header title="MenuItem" id="MenuItem" class="flex flex-baseline flex-wrap py2 mb2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$23.0"><h2 class="flex-auto m0" data-reactid=".6dtrce0su8.1.1.4.1.0.$23.0.0"><a href="#MenuItem" class="color-inherit" data-reactid=".6dtrce0su8.1.1.4.1.0.$23.0.0.0">MenuItem</a></h2></header><p data-reactid=".6dtrce0su8.1.1.4.1.0.$23.1">Block-level padded link</p><div class="mb2 border rounded" data-reactid=".6dtrce0su8.1.1.4.1.0.$23.2:$0"><div class="p2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$23.2:$0.0"><a href="#MenuItem" class="MenuItem btn block" data-reactid=".6dtrce0su8.1.1.4.1.0.$23.2:$0.0.0">Hamburger</a></div><pre class="p2 mb0 rounded-bottom border-none" data-reactid=".6dtrce0su8.1.1.4.1.0.$23.2:$0.1">
<span class="hljs-tag"><<span class="hljs-title">MenuItem</span> <span class="hljs-attribute">href</span>=<span class="hljs-value">"#MenuItem"</span>></span>
Hamburger
<span class="hljs-tag"></<span class="hljs-title">MenuItem</span>></span>
</pre></div><div class="mb2 border rounded" data-reactid=".6dtrce0su8.1.1.4.1.0.$23.2:$1"><div class="p2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$23.2:$1.0"><a href="#MenuItem" class="MenuItem btn block p0 py1" data-reactid=".6dtrce0su8.1.1.4.1.0.$23.2:$1.0.0">Hamburger</a></div><pre class="p2 mb0 rounded-bottom border-none" data-reactid=".6dtrce0su8.1.1.4.1.0.$23.2:$1.1">
<span class="hljs-tag"><<span class="hljs-title">MenuItem</span>
<span class="hljs-attribute">href</span>=<span class="hljs-value">"#MenuItem"</span>
<span class="hljs-attribute">flush</span>=<span class="hljs-value">{true}</span>></span>
Hamburger
<span class="hljs-tag"></<span class="hljs-title">MenuItem</span>></span>
</pre></div><div class="mb2 border rounded" data-reactid=".6dtrce0su8.1.1.4.1.0.$23.2:$2"><div class="p2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$23.2:$2.0"><a href="#MenuItem" class="MenuItem btn block" style="padding-top:4px;padding-bottom:4px;padding-left:8px;padding-right:8px;" data-reactid=".6dtrce0su8.1.1.4.1.0.$23.2:$2.0.0">Hamburger</a></div><pre class="p2 mb0 rounded-bottom border-none" data-reactid=".6dtrce0su8.1.1.4.1.0.$23.2:$2.1">
<span class="hljs-tag"><<span class="hljs-title">MenuItem</span>
<span class="hljs-attribute">href</span>=<span class="hljs-value">"#MenuItem"</span>
<span class="hljs-attribute">compact</span>=<span class="hljs-value">{true}</span>></span>
Hamburger
<span class="hljs-tag"></<span class="hljs-title">MenuItem</span>></span>
</pre></div><div class="mb2 border rounded" data-reactid=".6dtrce0su8.1.1.4.1.0.$23.2:$3"><div class="p2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$23.2:$3.0"><a href="#MenuItem" class="MenuItem btn block p0" style="padding-top:4px;padding-bottom:4px;padding-left:0;padding-right:0;" data-reactid=".6dtrce0su8.1.1.4.1.0.$23.2:$3.0.0">Hamburger</a></div><pre class="p2 mb0 rounded-bottom border-none" data-reactid=".6dtrce0su8.1.1.4.1.0.$23.2:$3.1">
<span class="hljs-tag"><<span class="hljs-title">MenuItem</span>
<span class="hljs-attribute">href</span>=<span class="hljs-value">"#MenuItem"</span>
<span class="hljs-attribute">compact</span>=<span class="hljs-value">{true}</span>
<span class="hljs-attribute">flush</span>=<span class="hljs-value">{true}</span>></span>
Hamburger
<span class="hljs-tag"></<span class="hljs-title">MenuItem</span>></span>
</pre></div><div data-reactid=".6dtrce0su8.1.1.4.1.0.$23.3"></div></section><section class="py3" data-reactid=".6dtrce0su8.1.1.4.1.0.$24"><header title="Message" id="Message" class="flex flex-baseline flex-wrap py2 mb2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$24.0"><h2 class="flex-auto m0" data-reactid=".6dtrce0su8.1.1.4.1.0.$24.0.0"><a href="#Message" class="color-inherit" data-reactid=".6dtrce0su8.1.1.4.1.0.$24.0.0.0">Message</a></h2></header><p data-reactid=".6dtrce0su8.1.1.4.1.0.$24.1">Styled box with padding and background color for application flash messages</p><div class="mb2 border rounded" data-reactid=".6dtrce0su8.1.1.4.1.0.$24.2:$0"><div class="p2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$24.2:$0.0"><div class="bold p2 bg-blue white rounded" data-reactid=".6dtrce0su8.1.1.4.1.0.$24.2:$0.0.0">Sumbitted hamburger request</div></div><pre class="p2 mb0 rounded-bottom border-none" data-reactid=".6dtrce0su8.1.1.4.1.0.$24.2:$0.1">
<span class="hljs-tag"><<span class="hljs-title">Message</span>></span>
Sumbitted hamburger request
<span class="hljs-tag"></<span class="hljs-title">Message</span>></span>
</pre></div><div class="mb2 border rounded" data-reactid=".6dtrce0su8.1.1.4.1.0.$24.2:$1"><div class="p2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$24.2:$1.0"><div class="bold p2 bg-green white rounded" data-reactid=".6dtrce0su8.1.1.4.1.0.$24.2:$1.0.0">Hamburger successfully acquired</div></div><pre class="p2 mb0 rounded-bottom border-none" data-reactid=".6dtrce0su8.1.1.4.1.0.$24.2:$1.1">
<span class="hljs-tag"><<span class="hljs-title">Message</span> <span class="hljs-attribute">color</span>=<span class="hljs-value">"green"</span>></span>
Hamburger successfully acquired
<span class="hljs-tag"></<span class="hljs-title">Message</span>></span>
</pre></div><div class="mb2 border rounded" data-reactid=".6dtrce0su8.1.1.4.1.0.$24.2:$2"><div class="p2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$24.2:$2.0"><div class="bold p2 bg-red white rounded" data-reactid=".6dtrce0su8.1.1.4.1.0.$24.2:$2.0.0">Warning! Pickles missing from hamburger</div></div><pre class="p2 mb0 rounded-bottom border-none" data-reactid=".6dtrce0su8.1.1.4.1.0.$24.2:$2.1">
<span class="hljs-tag"><<span class="hljs-title">Message</span> <span class="hljs-attribute">color</span>=<span class="hljs-value">"red"</span>></span>
Warning! Pickles missing from hamburger
<span class="hljs-tag"></<span class="hljs-title">Message</span>></span>
</pre></div><div class="mb2 border rounded" data-reactid=".6dtrce0su8.1.1.4.1.0.$24.2:$3"><div class="p2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$24.2:$3.0"><div class="bold p2 red white rounded border" data-reactid=".6dtrce0su8.1.1.4.1.0.$24.2:$3.0.0">Warning! Onion has been carmelized</div></div><pre class="p2 mb0 rounded-bottom border-none" data-reactid=".6dtrce0su8.1.1.4.1.0.$24.2:$3.1">
<span class="hljs-tag"><<span class="hljs-title">Message</span>
<span class="hljs-attribute">color</span>=<span class="hljs-value">"red"</span>
<span class="hljs-attribute">outline</span>=<span class="hljs-value">{true}</span>></span>
Warning! Onion has been carmelized
<span class="hljs-tag"></<span class="hljs-title">Message</span>></span>
</pre></div><div data-reactid=".6dtrce0su8.1.1.4.1.0.$24.3"></div></section><section class="py3" data-reactid=".6dtrce0su8.1.1.4.1.0.$25"><header title="Badge" id="Badge" class="flex flex-baseline flex-wrap py2 mb2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$25.0"><h2 class="flex-auto m0" data-reactid=".6dtrce0su8.1.1.4.1.0.$25.0.0"><a href="#Badge" class="color-inherit" data-reactid=".6dtrce0su8.1.1.4.1.0.$25.0.0.0">Badge</a></h2></header><p data-reactid=".6dtrce0su8.1.1.4.1.0.$25.1">Styled inline-block element for displaying states</p><div class="mb2 border rounded" data-reactid=".6dtrce0su8.1.1.4.1.0.$25.2:$0"><div class="p2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$25.2:$0.0"><span class="h5 bold px1 inline-block rounded white bg-blue" data-reactid=".6dtrce0su8.1.1.4.1.0.$25.2:$0.0.0">Hamburger</span></div><pre class="p2 mb0 rounded-bottom border-none" data-reactid=".6dtrce0su8.1.1.4.1.0.$25.2:$0.1">
<span class="hljs-tag"><<span class="hljs-title">Badge</span>></span>
Hamburger
<span class="hljs-tag"></<span class="hljs-title">Badge</span>></span>
</pre></div><div class="mb2 border rounded" data-reactid=".6dtrce0su8.1.1.4.1.0.$25.2:$1"><div class="p2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$25.2:$1.0"><span class="h5 bold px1 inline-block rounded white bg-green" data-reactid=".6dtrce0su8.1.1.4.1.0.$25.2:$1.0.0">Hamburger</span></div><pre class="p2 mb0 rounded-bottom border-none" data-reactid=".6dtrce0su8.1.1.4.1.0.$25.2:$1.1">
<span class="hljs-tag"><<span class="hljs-title">Badge</span> <span class="hljs-attribute">color</span>=<span class="hljs-value">"green"</span>></span>
Hamburger
<span class="hljs-tag"></<span class="hljs-title">Badge</span>></span>
</pre></div><div class="mb2 border rounded" data-reactid=".6dtrce0su8.1.1.4.1.0.$25.2:$2"><div class="p2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$25.2:$2.0"><span class="h5 bold px1 inline-block rounded white bg-red" data-reactid=".6dtrce0su8.1.1.4.1.0.$25.2:$2.0.0">Hamburger</span></div><pre class="p2 mb0 rounded-bottom border-none" data-reactid=".6dtrce0su8.1.1.4.1.0.$25.2:$2.1">
<span class="hljs-tag"><<span class="hljs-title">Badge</span> <span class="hljs-attribute">color</span>=<span class="hljs-value">"red"</span>></span>
Hamburger
<span class="hljs-tag"></<span class="hljs-title">Badge</span>></span>
</pre></div><div data-reactid=".6dtrce0su8.1.1.4.1.0.$25.3"></div></section><section class="py3" data-reactid=".6dtrce0su8.1.1.4.1.0.$26"><header title="Arrow" id="Arrow" class="flex flex-baseline flex-wrap py2 mb2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$26.0"><h2 class="flex-auto m0" data-reactid=".6dtrce0su8.1.1.4.1.0.$26.0.0"><a href="#Arrow" class="color-inherit" data-reactid=".6dtrce0su8.1.1.4.1.0.$26.0.0.0">Arrow</a></h2></header><p data-reactid=".6dtrce0su8.1.1.4.1.0.$26.1">Up and down arrow for use with clickable UI elements</p><div class="mb2 border rounded" data-reactid=".6dtrce0su8.1.1.4.1.0.$26.2:$0"><div class="p2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$26.2:$0.0"><span class="inline-block" style="width:0;height:0;margin-left:.1875em;vertical-align:middle;border-right:.3125em solid transparent;border-left:.3125em solid transparent;border-top:.4375em solid;" data-reactid=".6dtrce0su8.1.1.4.1.0.$26.2:$0.0.0"></span></div><pre class="p2 mb0 rounded-bottom border-none" data-reactid=".6dtrce0su8.1.1.4.1.0.$26.2:$0.1">
<span class="hljs-tag"><<span class="hljs-title">Arrow</span>/></span>
</pre></div><div class="mb2 border rounded" data-reactid=".6dtrce0su8.1.1.4.1.0.$26.2:$1"><div class="p2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$26.2:$1.0"><span class="inline-block" style="width:0;height:0;margin-left:.1875em;vertical-align:middle;border-right:.3125em solid transparent;border-left:.3125em solid transparent;border-bottom:.4375em solid;" data-reactid=".6dtrce0su8.1.1.4.1.0.$26.2:$1.0.0"></span></div><pre class="p2 mb0 rounded-bottom border-none" data-reactid=".6dtrce0su8.1.1.4.1.0.$26.2:$1.1">
<span class="hljs-tag"><<span class="hljs-title">Arrow</span> <span class="hljs-attribute">up</span>=<span class="hljs-value">{true}</span>/></span>
</pre></div><div class="mb2 border rounded" data-reactid=".6dtrce0su8.1.1.4.1.0.$26.2:$2"><div class="p2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$26.2:$2.0"><button class="btn btn-primary" data-reactid=".6dtrce0su8.1.1.4.1.0.$26.2:$2.0.0"><span data-reactid=".6dtrce0su8.1.1.4.1.0.$26.2:$2.0.0.0">Hamburger </span><span class="inline-block" style="width:0;height:0;margin-left:.1875em;vertical-align:middle;border-right:.3125em solid transparent;border-left:.3125em solid transparent;border-top:.4375em solid;" data-reactid=".6dtrce0su8.1.1.4.1.0.$26.2:$2.0.0.1"></span></button></div><pre class="p2 mb0 rounded-bottom border-none" data-reactid=".6dtrce0su8.1.1.4.1.0.$26.2:$2.1">
<span class="hljs-tag"><<span class="hljs-title">Button</span>></span>
Hamburger
<span class="hljs-tag"><<span class="hljs-title">Arrow</span>/></span>
<span class="hljs-tag"></<span class="hljs-title">Button</span>></span>
</pre></div><div data-reactid=".6dtrce0su8.1.1.4.1.0.$26.3"></div></section><section class="py3" data-reactid=".6dtrce0su8.1.1.4.1.0.$27"><header title="Panel" id="Panel" class="flex flex-baseline flex-wrap py2 mb2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$27.0"><h2 class="flex-auto m0" data-reactid=".6dtrce0su8.1.1.4.1.0.$27.0.0"><a href="#Panel" class="color-inherit" data-reactid=".6dtrce0su8.1.1.4.1.0.$27.0.0.0">Panel</a></h2></header><p data-reactid=".6dtrce0su8.1.1.4.1.0.$27.1">Styled box with header and footer components</p><div class="mb2 border rounded" data-reactid=".6dtrce0su8.1.1.4.1.0.$27.2:$0"><div class="p2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$27.2:$0.0"><div class="border rounded" data-reactid=".6dtrce0su8.1.1.4.1.0.$27.2:$0.0.0"><div class="p2 white bg-blue rounded-top" data-reactid=".6dtrce0su8.1.1.4.1.0.$27.2:$0.0.0.0"><h4 class="m0" data-reactid=".6dtrce0su8.1.1.4.1.0.$27.2:$0.0.0.0.0">PanelHeader</h4></div><div class="p2" data-reactid=".6dtrce0su8.1.1.4.1.0.$27.2:$0.0.0.1"><div class="mb2" data-reactid=".6dtrce0su8.1.1.4.1.0.$27.2:$0.0.0.1.0"><label for="demo-username" class="h5 bold block" data-reactid=".6dtrce0su8.1.1.4.1.0.$27.2:$0.0.0.1.0.0">Hamburger</label><input label="Hamburger" name="demo-username" type="text" class="block col-12 field" data-reactid=".6dtrce0su8.1.1.4.1.0.$27.2:$0.0.0.1.0.1"></div><div class="mb2" data-reactid=".6dtrce0su8.1.1.4.1.0.$27.2:$0.0.0.1.1"><label for="demo-password" class="h5 bold block" data-reactid=".6dtrce0su8.1.1.4.1.0.$27.2:$0.0.0.1.1.0">Hot Dog</label><input label="Hot Dog" name="demo-password" type="text" class="block col-12 field" data-reactid=".6dtrce0su8.1.1.4.1.0.$27.2:$0.0.0.1.1.1"></div><button class="btn btn-primary" data-reactid=".6dtrce0su8.1.1.4.1.0.$27.2:$0.0.0.1.2">Shake</button></div><div class="p2 border-top" data-reactid=".6dtrce0su8.1.1.4.1.0.$27.2:$0.0.0.2"><div class="h5" data-reactid=".6dtrce0su8.1.1.4.1.0.$27.2:$0.0.0.2.0">PanelFooter</div></div></div></div><pre class="p2 mb0 rounded-bottom border-none" data-reactid=".6dtrce0su8.1.1.4.1.0.$27.2:$0.1">
<span class="hljs-tag"><<span class="hljs-title">Panel</span>></span>
<span class="hljs-tag"><<span class="hljs-title">PanelHeader</span> <span class="hljs-attribute">title</span>=<span class="hljs-value">"PanelHeader"</span>/></span>
<span class="hljs-tag"><<span class="hljs-title">PanelBody</span>></span>
<span class="hljs-tag"><<span class="hljs-title">Input</span>
<span class="hljs-attribute">label</span>=<span class="hljs-value">"Hamburger"</span>
<span class="hljs-attribute">name</span>=<span class="hljs-value">"demo-username"</span>/></span>
<span class="hljs-tag"><<span class="hljs-title">Input</span>
<span class="hljs-attribute">label</span>=<span class="hljs-value">"Hot Dog"</span>
<span class="hljs-attribute">name</span>=<span class="hljs-value">"demo-password"</span>/></span>
<span class="hljs-tag"><<span class="hljs-title">Button</span>></span>
Shake
<span class="hljs-tag"></<span class="hljs-title">Button</span>></span>
<span class="hljs-tag"></<span class="hljs-title">PanelBody</span>></span>
<span class="hljs-tag"><<span class="hljs-title">PanelFooter</span> <span class="hljs-attribute">text</span>=<span class="hljs-value">"PanelFooter"</span>/></span>
<span class="hljs-tag"></<span class="hljs-title">Panel</span>></span>
</pre></div><div data-reactid=".6dtrce0su8.1.1.4.1.0.$27.3"></div></section><section class="py3" data-reactid=".6dtrce0su8.1.1.4.1.0.$28"><header title="Card" id="Card" class="flex flex-baseline flex-wrap py2 mb2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$28.0"><h2 class="flex-auto m0" data-reactid=".6dtrce0su8.1.1.4.1.0.$28.0.0"><a href="#Card" class="color-inherit" data-reactid=".6dtrce0su8.1.1.4.1.0.$28.0.0.0">Card</a></h2></header><p data-reactid=".6dtrce0su8.1.1.4.1.0.$28.1">Styled box with image at the top</p><div class="mb2 border rounded" data-reactid=".6dtrce0su8.1.1.4.1.0.$28.2:$0"><div class="p2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$28.2:$0.0"><div class="clearfix mxn2" data-reactid=".6dtrce0su8.1.1.4.1.0.$28.2:$0.0.0"><div class="sm-col sm-col-6 md-col-4 px2" data-reactid=".6dtrce0su8.1.1.4.1.0.$28.2:$0.0.0.0"><div class="mb3 border rounded" data-reactid=".6dtrce0su8.1.1.4.1.0.$28.2:$0.0.0.0.0"><img src="//placehold.it/512x384" width="512" data-reactid=".6dtrce0su8.1.1.4.1.0.$28.2:$0.0.0.0.0.0"><div class="p1" data-reactid=".6dtrce0su8.1.1.4.1.0.$28.2:$0.0.0.0.0.1"><div class="overflow-hidden mxn1" data-reactid=".6dtrce0su8.1.1.4.1.0.$28.2:$0.0.0.0.0.1.0"><div class="table-cell px1 align-middle" data-reactid=".6dtrce0su8.1.1.4.1.0.$28.2:$0.0.0.0.0.1.0.0"><img src="//placehold.it/48" width="48" height="48" class="circle" style="display:block;max-width:none;" data-reactid=".6dtrce0su8.1.1.4.1.0.$28.2:$0.0.0.0.0.1.0.0.$=10:0"></div><div class="table-cell px1 col-12 align-middle" data-reactid=".6dtrce0su8.1.1.4.1.0.$28.2:$0.0.0.0.0.1.0.1"><h3 class="h4 m0" data-reactid=".6dtrce0su8.1.1.4.1.0.$28.2:$0.0.0.0.0.1.0.1.0">Nested Hamburger</h3></div></div></div></div></div></div></div><pre class="p2 mb0 rounded-bottom border-none" data-reactid=".6dtrce0su8.1.1.4.1.0.$28.2:$0.1">
<span class="hljs-tag"><<span class="hljs-title">Row</span>></span>
<span class="hljs-tag"><<span class="hljs-title">Col</span>
<span class="hljs-attribute">sm</span>=<span class="hljs-value">{6}</span>
<span class="hljs-attribute">md</span>=<span class="hljs-value">{4}</span>></span>
<span class="hljs-tag"><<span class="hljs-title">Card</span> <span class="hljs-attribute">image</span>=<span class="hljs-value">{ReactElement}</span>></span>
<span class="hljs-tag"><<span class="hljs-title">Media</span>
<span class="hljs-attribute">middle</span>=<span class="hljs-value">{true}</span>
<span class="hljs-attribute">image</span>=<span class="hljs-value">{ReactElement}</span>></span>
<span class="hljs-tag"><<span class="hljs-title">h3</span> <span class="hljs-attribute">className</span>=<span class="hljs-value">"h4 m0"</span>></span>
Nested Hamburger
<span class="hljs-tag"></<span class="hljs-title">h3</span>></span>
<span class="hljs-tag"></<span class="hljs-title">Media</span>></span>
<span class="hljs-tag"></<span class="hljs-title">Card</span>></span>
<span class="hljs-tag"></<span class="hljs-title">Col</span>></span>
<span class="hljs-tag"></<span class="hljs-title">Row</span>></span>
</pre></div><div data-reactid=".6dtrce0su8.1.1.4.1.0.$28.3"></div></section><section class="py3" data-reactid=".6dtrce0su8.1.1.4.1.0.$29"><header title="Banner" id="Banner" class="flex flex-baseline flex-wrap py2 mb2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$29.0"><h2 class="flex-auto m0" data-reactid=".6dtrce0su8.1.1.4.1.0.$29.0.0"><a href="#Banner" class="color-inherit" data-reactid=".6dtrce0su8.1.1.4.1.0.$29.0.0.0">Banner</a></h2></header><p data-reactid=".6dtrce0su8.1.1.4.1.0.$29.1">Hero banner styled box with background image props</p><div class="mb2 border rounded" data-reactid=".6dtrce0su8.1.1.4.1.0.$29.2:$0"><div class="p2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$29.2:$0.0"><div class="white bg-black" style="text-align:center;background-postion:center;background-size:cover;" data-reactid=".6dtrce0su8.1.1.4.1.0.$29.2:$0.0.0"><div class="p2" style="min-height:1.5em;" data-reactid=".6dtrce0su8.1.1.4.1.0.$29.2:$0.0.0.0"></div><div class="px3 py4" data-reactid=".6dtrce0su8.1.1.4.1.0.$29.2:$0.0.0.1"><h1 class="m0" data-reactid=".6dtrce0su8.1.1.4.1.0.$29.2:$0.0.0.1.0">Hamburger</h1></div><div class="p2" style="min-height:1.5em;" data-reactid=".6dtrce0su8.1.1.4.1.0.$29.2:$0.0.0.2"></div></div></div><pre class="p2 mb0 rounded-bottom border-none" data-reactid=".6dtrce0su8.1.1.4.1.0.$29.2:$0.1">
<span class="hljs-tag"><<span class="hljs-title">Banner</span>></span>
<span class="hljs-tag"><<span class="hljs-title">h1</span> <span class="hljs-attribute">className</span>=<span class="hljs-value">"m0"</span>></span>
Hamburger
<span class="hljs-tag"></<span class="hljs-title">h1</span>></span>
<span class="hljs-tag"></<span class="hljs-title">Banner</span>></span>
</pre></div><div class="mb2 border rounded" data-reactid=".6dtrce0su8.1.1.4.1.0.$29.2:$1"><div class="p2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$29.2:$1.0"><div class="white bg-black" style="text-align:center;background-image:url(https://d262ilb51hltx0.cloudfront.net/max/2000/1*DZwdGMaeu-rvTroJYui6Uw.jpeg);background-postion:center;background-size:cover;" data-reactid=".6dtrce0su8.1.1.4.1.0.$29.2:$1.0.0"><div class="p2" style="min-height:1.5em;" data-reactid=".6dtrce0su8.1.1.4.1.0.$29.2:$1.0.0.0">BannerHeader</div><div class="px3 py4" data-reactid=".6dtrce0su8.1.1.4.1.0.$29.2:$1.0.0.1"><h1 class="m0" data-reactid=".6dtrce0su8.1.1.4.1.0.$29.2:$1.0.0.1.0">Hamburger with Background Image</h1></div><div class="p2" style="min-height:1.5em;" data-reactid=".6dtrce0su8.1.1.4.1.0.$29.2:$1.0.0.2">BannerFooter</div></div></div><pre class="p2 mb0 rounded-bottom border-none" data-reactid=".6dtrce0su8.1.1.4.1.0.$29.2:$1.1">
<span class="hljs-tag"><<span class="hljs-title">Banner</span>
<span class="hljs-attribute">header</span>=<span class="hljs-value">"BannerHeader"</span>
<span class="hljs-attribute">footer</span>=<span class="hljs-value">"BannerFooter"</span>
<span class="hljs-attribute">bgImage</span>=<span class="hljs-value">"url(https://d262ilb51hltx0.cloudfront.net/max/2000/1*DZwdGMaeu-rvTroJYui6Uw.jpeg)"</span>></span>
<span class="hljs-tag"><<span class="hljs-title">h1</span> <span class="hljs-attribute">className</span>=<span class="hljs-value">"m0"</span>></span>
Hamburger with Background Image
<span class="hljs-tag"></<span class="hljs-title">h1</span>></span>
<span class="hljs-tag"></<span class="hljs-title">Banner</span>></span>
</pre></div><div class="mb2 border rounded" data-reactid=".6dtrce0su8.1.1.4.1.0.$29.2:$2"><div class="p2 border-bottom" data-reactid=".6dtrce0su8.1.1.4.1.0.$29.2:$2.0"><div class="white bg-black" style="text-align:left;background-image:url(https://d262ilb51hltx0.cloudfront.net/max/2000/1*DZwdGMaeu-rvTroJYui6Uw.jpeg);background-postion:center;background-size:cover;" data-reactid=".6dtrce0su8.1.1.4.1.0.$29.2:$2.0.0"><div class="p2" style="min-height:1.5em;" data-reactid=".6dtrce0su8.1.1.4.1.0.$29.2:$2.0.0.0"></div><div class="px3 py4" data-reactid=".6dtrce0su8.1.1.4.1.0.$29.2:$2.0.0.1"><h1 class="m0" data-reactid=".6dtrce0su8.1.1.4.1.0.$29.2:$2.0.0.1.0">Left Aligned Hamburger</h1></div><div class="p2" style="min-height:1.5em;" data-reactid=".6dtrce0su8.1.1.4.1.0.$29.2:$2.0.0.2"></div></div></div><pre class="p2 mb0 rounded-bottom border-none" data-reactid=".6dtrce0su8.1.1.4.1.0.$29.2:$2.1">
<span class="hljs-tag"><<span class="hljs-title">Banner</span>
<span class="hljs-attribute">left</span>=<span class="hljs-value">{true}</span>
<span class="hljs-attribute">bgImage</span>=<span class="hljs-value">"url(https://d262ilb51hltx0.cloudfront.net/max/2000/1*DZwdGMaeu-rvTroJYui6Uw.jpeg)"</span>></span>
<span class="hljs-tag"><<span class="hljs-title">h1</span> <span class="hljs-attribute">className</span>=<span class="hljs-value">"m0"</span>></span>
Left Aligned Hamburger
<span class="hljs-tag"></<span class="hljs-title">h1</span>></span>
<span class="hljs-tag"></<span class="hljs-title">Banner</span>></span>
</pre></div><div data-reactid=".6dtrce0su8.1.1.4.1.0.$29.3"></div></section></div><div class="sm-col sm-col-3 md-col-3 px2" data-reactid=".6dtrce0su8.1.1.4.1.1"><div style="position:relative;width:auto;min-height:auto;" data-reactid=".6dtrce0su8.1.1.4.1.1.0"><div style="top:0;left:0;width:auto;bottom:0;overflow:auto;" class="" data-reactid=".6dtrce0su8.1.1.4.1.1.0.0"><ul class="list-reset mt2" data-reactid=".6dtrce0su8.1.1.4.1.1.0.0.0"><li style="border-left-width:4px;border-left-style:solid;border-left-color:transparent;" data-reactid=".6dtrce0su8.1.1.4.1.1.0.0.0.$0"><a href="#Container" label="Container" class="MenuItem btn block" style="padding-top:4px;padding-bottom:4px;padding-left:8px;padding-right:8px;" data-reactid=".6dtrce0su8.1.1.4.1.1.0.0.0.$0.0">Container</a></li><li style="border-left-width:4px;border-left-style:solid;border-left-color:transparent;" data-reactid=".6dtrce0su8.1.1.4.1.1.0.0.0.$1"><a href="#Row" label="Row" class="MenuItem btn block" style="padding-top:4px;padding-bottom:4px;padding-left:8px;padding-right:8px;" data-reactid=".6dtrce0su8.1.1.4.1.1.0.0.0.$1.0">Row</a></li><li style="border-left-width:4px;border-left-style:solid;border-left-color:transparent;" data-reactid=".6dtrce0su8.1.1.4.1.1.0.0.0.$2"><a href="#Col" label="Col" class="MenuItem btn block" style="padding-top:4px;padding-bottom:4px;padding-left:8px;padding-right:8px;" data-reactid=".6dtrce0su8.1.1.4.1.1.0.0.0.$2.0">Col</a></li><li style="border-left-width:4px;border-left-style:solid;border-left-color:transparent;" data-reactid=".6dtrce0su8.1.1.4.1.1.0.0.0.$3"><a href="#Media" label="Media" class="MenuItem btn block" style="padding-top:4px;padding-bottom:4px;padding-left:8px;padding-right:8px;" data-reactid=".6dtrce0su8.1.1.4.1.1.0.0.0.$3.0">Media</a></li><li style="border-left-width:4px;border-left-style:solid;border-left-color:transparent;" data-reactid=".6dtrce0su8.1.1.4.1.1.0.0.0.$4"><a href="#FlexRow" label="FlexRow" class="MenuItem btn block" style="padding-top:4px;padding-bottom:4px;padding-left:8px;padding-right:8px;" data-reactid=".6dtrce0su8.1.1.4.1.1.0.0.0.$4.0">FlexRow</a></li><li style="border-left-width:4px;border-left-style:solid;border-left-color:transparent;" data-reactid=".6dtrce0su8.1.1.4.1.1.0.0.0.$5"><a href="#Flex" label="Flex" class="MenuItem btn block" style="padding-top:4px;padding-bottom:4px;padding-left:8px;padding-right:8px;" data-reactid=".6dtrce0su8.1.1.4.1.1.0.0.0.$5.0">Flex</a></li><li style="border-left-width:4px;border-left-style:solid;border-left-color:transparent;" data-reactid=".6dtrce0su8.1.1.4.1.1.0.0.0.$6"><a href="#PageHeader" label="PageHeader" class="MenuItem btn block" style="padding-top:4px;padding-bottom:4px;padding-left:8px;padding-right:8px;" data-reactid=".6dtrce0su8.1.1.4.1.1.0.0.0.$6.0">PageHeader</a></li><li style="border-left-width:4px;border-left-style:solid;border-left-color:transparent;" data-reactid=".6dtrce0su8.1.1.4.1.1.0.0.0.$7"><a href="#Footer" label="Footer" class="MenuItem btn block" style="padding-top:4px;padding-bottom:4px;padding-left:8px;padding-right:8px;" data-reactid=".6dtrce0su8.1.1.4.1.1.0.0.0.$7.0">Footer</a></li><li style="border-left-width:4px;border-left-style:solid;border-left-color:transparent;" data-reactid=".6dtrce0su8.1.1.4.1.1.0.0.0.$8"><a href="#Section" label="Section" class="MenuItem btn block" style="padding-top:4px;padding-bottom:4px;padding-left:8px;padding-right:8px;" data-reactid=".6dtrce0su8.1.1.4.1.1.0.0.0.$8.0">Section</a></li><li style="border-left-width:4px;border-left-style:solid;border-left-color:transparent;" data-reactid=".6dtrce0su8.1.1.4.1.1.0.0.0.$9"><a href="#SectionHeader" label="SectionHeader" class="MenuItem btn block" style="padding-top:4px;padding-bottom:4px;padding-left:8px;padding-right:8px;" data-reactid=".6dtrce0su8.1.1.4.1.1.0.0.0.$9.0">SectionHeader</a></li><li style="border-left-width:4px;border-left-style:solid;border-left-color:transparent;" data-reactid=".6dtrce0su8.1.1.4.1.1.0.0.0.$10"><a href="#LinkBtn" label="LinkBtn" class="MenuItem btn block" style="padding-top:4px;padding-bottom:4px;padding-left:8px;padding-right:8px;" data-reactid=".6dtrce0su8.1.1.4.1.1.0.0.0.$10.0">LinkBtn</a></li><li style="border-left-width:4px;border-left-style:solid;border-left-color:transparent;" data-reactid=".6dtrce0su8.1.1.4.1.1.0.0.0.$11"><a href="#Button" label="Button" class="MenuItem btn block" style="padding-top:4px;padding-bottom:4px;padding-left:8px;padding-right:8px;" data-reactid=".6dtrce0su8.1.1.4.1.1.0.0.0.$11.0">Button</a></li><li style="border-left-width:4px;border-left-style:solid;border-left-color:transparent;" data-reactid=".6dtrce0su8.1.1.4.1.1.0.0.0.$12"><a href="#Input" label="Input" class="MenuItem btn block" style="padding-top:4px;padding-bottom:4px;padding-left:8px;padding-right:8px;" data-reactid=".6dtrce0su8.1.1.4.1.1.0.0.0.$12.0">Input</a></li><li style="border-left-width:4px;border-left-style:solid;border-left-color:transparent;" data-reactid=".6dtrce0su8.1.1.4.1.1.0.0.0.$13"><a href="#Select" label="Select" class="MenuItem btn block" style="padding-top:4px;padding-bottom:4px;padding-left:8px;padding-right:8px;" data-reactid=".6dtrce0su8.1.1.4.1.1.0.0.0.$13.0">Select</a></li><li style="border-left-width:4px;border-left-style:solid;border-left-color:transparent;" data-reactid=".6dtrce0su8.1.1.4.1.1.0.0.0.$14"><a href="#Textarea" label="Textarea" class="MenuItem btn block" style="padding-top:4px;padding-bottom:4px;padding-left:8px;padding-right:8px;" data-reactid=".6dtrce0su8.1.1.4.1.1.0.0.0.$14.0">Textarea</a></li><li style="border-left-width:4px;border-left-style:solid;border-left-color:transparent;" data-reactid=".6dtrce0su8.1.1.4.1.1.0.0.0.$15"><a href="#Radio" label="Radio" class="MenuItem btn block" style="padding-top:4px;padding-bottom:4px;padding-left:8px;padding-right:8px;" data-reactid=".6dtrce0su8.1.1.4.1.1.0.0.0.$15.0">Radio</a></li><li style="border-left-width:4px;border-left-style:solid;border-left-color:transparent;" data-reactid=".6dtrce0su8.1.1.4.1.1.0.0.0.$16"><a href="#Checkbox" label="Checkbox" class="MenuItem btn block" style="padding-top:4px;padding-bottom:4px;padding-left:8px;padding-right:8px;" data-reactid=".6dtrce0su8.1.1.4.1.1.0.0.0.$16.0">Checkbox</a></li><li style="border-left-width:4px;border-left-style:solid;border-left-color:transparent;" data-reactid=".6dtrce0su8.1.1.4.1.1.0.0.0.$17"><a href="#Range" label="Range" class="MenuItem btn block" style="padding-top:4px;padding-bottom:4px;padding-left:8px;padding-right:8px;" data-reactid=".6dtrce0su8.1.1.4.1.1.0.0.0.$17.0">Range</a></li><li style="border-left-width:4px;border-left-style:solid;border-left-color:transparent;" data-reactid=".6dtrce0su8.1.1.4.1.1.0.0.0.$18"><a href="#Fieldset" label="Fieldset" class="MenuItem btn block" style="padding-top:4px;padding-bottom:4px;padding-left:8px;padding-right:8px;" data-reactid=".6dtrce0su8.1.1.4.1.1.0.0.0.$18.0">Fieldset</a></li><li style="border-left-width:4px;border-left-style:solid;border-left-color:transparent;" data-reactid=".6dtrce0su8.1.1.4.1.1.0.0.0.$19"><a href="#Progress" label="Progress" class="MenuItem btn block" style="padding-top:4px;padding-bottom:4px;padding-left:8px;padding-right:8px;" data-reactid=".6dtrce0su8.1.1.4.1.1.0.0.0.$19.0">Progress</a></li><li style="border-left-width:4px;border-left-style:solid;border-left-color:transparent;" data-reactid=".6dtrce0su8.1.1.4.1.1.0.0.0.$20"><a href="#Toolbar" label="Toolbar" class="MenuItem btn block" style="padding-top:4px;padding-bottom:4px;padding-left:8px;padding-right:8px;" data-reactid=".6dtrce0su8.1.1.4.1.1.0.0.0.$20.0">Toolbar</a></li><li style="border-left-width:4px;border-left-style:solid;border-left-color:transparent;" data-reactid=".6dtrce0su8.1.1.4.1.1.0.0.0.$21"><a href="#NavItem" label="NavItem" class="MenuItem btn block" style="padding-top:4px;padding-bottom:4px;padding-left:8px;padding-right:8px;" data-reactid=".6dtrce0su8.1.1.4.1.1.0.0.0.$21.0">NavItem</a></li><li style="border-left-width:4px;border-left-style:solid;border-left-color:transparent;" data-reactid=".6dtrce0su8.1.1.4.1.1.0.0.0.$22"><a href="#Menu" label="Menu" class="MenuItem btn block" style="padding-top:4px;padding-bottom:4px;padding-left:8px;padding-right:8px;" data-reactid=".6dtrce0su8.1.1.4.1.1.0.0.0.$22.0">Menu</a></li><li style="border-left-width:4px;border-left-style:solid;border-left-color:transparent;" data-reactid=".6dtrce0su8.1.1.4.1.1.0.0.0.$23"><a href="#MenuItem" label="MenuItem" class="MenuItem btn block" style="padding-top:4px;padding-bottom:4px;padding-left:8px;padding-right:8px;" data-reactid=".6dtrce0su8.1.1.4.1.1.0.0.0.$23.0">MenuItem</a></li><li style="border-left-width:4px;border-left-style:solid;border-left-color:transparent;" data-reactid=".6dtrce0su8.1.1.4.1.1.0.0.0.$24"><a href="#Message" label="Message" class="MenuItem btn block" style="padding-top:4px;padding-bottom:4px;padding-left:8px;padding-right:8px;" data-reactid=".6dtrce0su8.1.1.4.1.1.0.0.0.$24.0">Message</a></li><li style="border-left-width:4px;border-left-style:solid;border-left-color:transparent;" data-reactid=".6dtrce0su8.1.1.4.1.1.0.0.0.$25"><a href="#Badge" label="Badge" class="MenuItem btn block" style="padding-top:4px;padding-bottom:4px;padding-left:8px;padding-right:8px;" data-reactid=".6dtrce0su8.1.1.4.1.1.0.0.0.$25.0">Badge</a></li><li style="border-left-width:4px;border-left-style:solid;border-left-color:transparent;" data-reactid=".6dtrce0su8.1.1.4.1.1.0.0.0.$26"><a href="#Arrow" label="Arrow" class="MenuItem btn block" style="padding-top:4px;padding-bottom:4px;padding-left:8px;padding-right:8px;" data-reactid=".6dtrce0su8.1.1.4.1.1.0.0.0.$26.0">Arrow</a></li><li style="border-left-width:4px;border-left-style:solid;border-left-color:transparent;" data-reactid=".6dtrce0su8.1.1.4.1.1.0.0.0.$27"><a href="#Panel" label="Panel" class="MenuItem btn block" style="padding-top:4px;padding-bottom:4px;padding-left:8px;padding-right:8px;" data-reactid=".6dtrce0su8.1.1.4.1.1.0.0.0.$27.0">Panel</a></li><li style="border-left-width:4px;border-left-style:solid;border-left-color:transparent;" data-reactid=".6dtrce0su8.1.1.4.1.1.0.0.0.$28"><a href="#Card" label="Card" class="MenuItem btn block" style="padding-top:4px;padding-bottom:4px;padding-left:8px;padding-right:8px;" data-reactid=".6dtrce0su8.1.1.4.1.1.0.0.0.$28.0">Card</a></li><li style="border-left-width:4px;border-left-style:solid;border-left-color:transparent;" data-reactid=".6dtrce0su8.1.1.4.1.1.0.0.0.$29"><a href="#Banner" label="Banner" class="MenuItem btn block" style="padding-top:4px;padding-bottom:4px;padding-left:8px;padding-right:8px;" data-reactid=".6dtrce0su8.1.1.4.1.1.0.0.0.$29.0">Banner</a></li></ul></div></div></div></div></div><div class=" py4" data-reactid=".6dtrce0su8.1.1.5"><h2 data-reactid=".6dtrce0su8.1.1.5.0">Install Rebass Now</h2><pre data-reactid=".6dtrce0su8.1.1.5.1">
npm i rebass</pre></div><section class="py3" data-reactid=".6dtrce0su8.1.1.6"><h3 data-reactid=".6dtrce0su8.1.1.6.0">Related</h3><ul class="list-reset" data-reactid=".6dtrce0su8.1.1.6.1"><li data-reactid=".6dtrce0su8.1.1.6.1.0"><a href="//www.basscss.com" class="bold color-inherit" data-reactid=".6dtrce0su8.1.1.6.1.0.0">Basscss</a></li><li data-reactid=".6dtrce0su8.1.1.6.1.1"><a href="//www.jxnblk.com/react-geomicons" class="bold color-inherit" data-reactid=".6dtrce0su8.1.1.6.1.1.0">React Geomicons</a></li></ul></section><footer class="h5 py2 mt4 border-top" data-reactid=".6dtrce0su8.1.1.7"><div class="flex flex-center mxn2" data-reactid=".6dtrce0su8.1.1.7.0"><div class="flex-auto px2" data-reactid=".6dtrce0su8.1.1.7.0.0"><span data-reactid=".6dtrce0su8.1.1.7.0.0.0">Rebass</span><span data-reactid=".6dtrce0su8.1.1.7.0.0.1"> v</span><span data-reactid=".6dtrce0su8.1.1.7.0.0.2">0.1.5</span></div><a href="//jxnblk.com" class="btn" data-reactid=".6dtrce0su8.1.1.7.0.1">Made by Jxnblk</a></div></footer></div><div data-reactid=".6dtrce0su8.1.2"></div><script id="initial-props" type="application/json" data-reactid=".6dtrce0su8.1.3">{"path":"/","assets":{"main":"bundle.js"},"title":"Rebass","description":"Stateless React UI components built with Basscss","version":"0.1.5"}</script><script src="bundle.js" data-reactid=".6dtrce0su8.1.4"></script><script data-reactid=".6dtrce0su8.1.5">
(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-4603832-12', 'auto');
ga('send', 'pageview');
</script></body></html>