@@ -515,7 +515,7 @@ const ComponentsPage = React.createClass({
515
515
< div className = 'bs-docs-section' >
516
516
< h1 className = 'page-header' > < Anchor id = 'tabs' > Togglable tabs</ Anchor > < small > TabbedArea, TabPane</ small > </ h1 >
517
517
518
- < p > Add quick, dynamic tab functionality to transition through panes of local content, even via dropdown menus .</ p >
518
+ < p > Add quick, dynamic tab functionality to transition through panes of local content.</ p >
519
519
520
520
< h3 > < Anchor id = 'tabs-uncontrolled' > Uncontrolled</ Anchor > </ h3 >
521
521
< p > Allow the component to control its own state.</ p >
@@ -529,11 +529,6 @@ const ComponentsPage = React.createClass({
529
529
< p > Set the < code > animation</ code > prop to < code > false</ code > </ p >
530
530
< ReactPlayground codeText = { Samples . TabbedAreaNoAnimation } exampleClassName = 'bs-example-tabs' />
531
531
532
- < div className = 'bs-callout bs-callout-info' >
533
- < h4 > Extends tabbed navigation</ h4 >
534
- < p > This plugin extends the < a href = '#navs' > tabbed navigation component</ a > to add tabbable areas.</ p >
535
- </ div >
536
-
537
532
< h3 > < Anchor id = 'tabs-props' > Props</ Anchor > </ h3 >
538
533
539
534
< h4 > < Anchor id = 'tabs-props-area' > TabbedArea</ Anchor > </ h4 >
@@ -898,7 +893,7 @@ const ComponentsPage = React.createClass({
898
893
< NavItem href = '#progress' key = { 8 } > Progress bars</ NavItem >
899
894
< NavItem href = '#navs' key = { 9 } > Navs</ NavItem >
900
895
< NavItem href = '#navbars' key = { 10 } > Navbars</ NavItem >
901
- < NavItem href = '#tabs' key = { 11 } > Togglable tabs </ NavItem >
896
+ < NavItem href = '#tabs' key = { 11 } > Tabs </ NavItem >
902
897
< NavItem href = '#pager' key = { 12 } > Pager</ NavItem >
903
898
< NavItem href = '#pagination' key = { 13 } > Pagination</ NavItem >
904
899
< NavItem href = '#alerts' key = { 14 } > Alerts</ NavItem >
0 commit comments