@@ -449,6 +449,20 @@ const ComponentsPage = React.createClass({
449
449
< ReactPlayground codeText = { Samples . GridBasic } exampleClassName = 'bs-example-tabs' />
450
450
</ div >
451
451
452
+ { /* Thumbnail */ }
453
+ < div className = 'bs-docs-section' >
454
+ < h1 id = 'thumbnail' className = 'page-header' > Thumbnail</ h1 >
455
+ < p > Thumbnails are designed to showcase linked images with minimal required markup. You can extend the grid component with thumbnails.</ p >
456
+
457
+ < h3 > Anchor Thumbnail</ h3 >
458
+ < p > Creates an anchor wrapping an image.</ p >
459
+ < ReactPlayground codeText = { Samples . ThumbnailAnchor } />
460
+
461
+ < h3 > Divider Thumbnail</ h3 >
462
+ < p > Creates a divider wrapping an image and other children elements.</ p >
463
+ < ReactPlayground codeText = { Samples . ThumbnailDiv } />
464
+ </ div >
465
+
452
466
{ /* ListGroup */ }
453
467
< div className = 'bs-docs-section' >
454
468
< h1 id = 'listgroup' className = 'page-header' > List group< small > ListGroup, ListGroupItem</ small > </ h1 >
@@ -606,15 +620,16 @@ const ComponentsPage = React.createClass({
606
620
< NavItem href = '#alerts' key = { 13 } > Alerts</ NavItem >
607
621
< NavItem href = '#carousels' key = { 14 } > Carousels</ NavItem >
608
622
< NavItem href = '#grids' key = { 15 } > Grids</ NavItem >
609
- < NavItem href = '#listgroup' key = { 16 } > List group</ NavItem >
610
- < NavItem href = '#labels' key = { 17 } > Labels</ NavItem >
611
- < NavItem href = '#badges' key = { 18 } > Badges</ NavItem >
612
- < NavItem href = '#jumbotron' key = { 19 } > Jumbotron</ NavItem >
613
- < NavItem href = '#page-header' key = { 20 } > Page Header</ NavItem >
614
- < NavItem href = '#wells' key = { 21 } > Wells</ NavItem >
615
- < NavItem href = '#glyphicons' key = { 22 } > Glyphicons</ NavItem >
616
- < NavItem href = '#tables' key = { 23 } > Tables</ NavItem >
617
- < NavItem href = '#input' key = { 24 } > Input</ NavItem >
623
+ < NavItem href = '#thumbnail' key = { 16 } > Thumbnail</ NavItem >
624
+ < NavItem href = '#listgroup' key = { 17 } > List group</ NavItem >
625
+ < NavItem href = '#labels' key = { 18 } > Labels</ NavItem >
626
+ < NavItem href = '#badges' key = { 19 } > Badges</ NavItem >
627
+ < NavItem href = '#jumbotron' key = { 20 } > Jumbotron</ NavItem >
628
+ < NavItem href = '#page-header' key = { 21 } > Page Header</ NavItem >
629
+ < NavItem href = '#wells' key = { 22 } > Wells</ NavItem >
630
+ < NavItem href = '#glyphicons' key = { 23 } > Glyphicons</ NavItem >
631
+ < NavItem href = '#tables' key = { 24 } > Tables</ NavItem >
632
+ < NavItem href = '#input' key = { 25 } > Input</ NavItem >
618
633
</ Nav >
619
634
< a className = 'back-to-top' href = '#top' >
620
635
Back to top
0 commit comments