Skip to content

Commit df01f05

Browse files
committed
Merge pull request react-bootstrap#1146 from taion/tabs-doc
Clean up tabs documentation a little bit
2 parents d75e445 + 94f50f0 commit df01f05

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

docs/src/ComponentsPage.js

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ const ComponentsPage = React.createClass({
515515
<div className='bs-docs-section'>
516516
<h1 className='page-header'><Anchor id='tabs'>Togglable tabs</Anchor> <small>TabbedArea, TabPane</small></h1>
517517

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>
519519

520520
<h3><Anchor id='tabs-uncontrolled'>Uncontrolled</Anchor></h3>
521521
<p>Allow the component to control its own state.</p>
@@ -529,11 +529,6 @@ const ComponentsPage = React.createClass({
529529
<p>Set the <code>animation</code> prop to <code>false</code></p>
530530
<ReactPlayground codeText={Samples.TabbedAreaNoAnimation} exampleClassName='bs-example-tabs' />
531531

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-
537532
<h3><Anchor id='tabs-props'>Props</Anchor></h3>
538533

539534
<h4><Anchor id='tabs-props-area'>TabbedArea</Anchor></h4>
@@ -898,7 +893,7 @@ const ComponentsPage = React.createClass({
898893
<NavItem href='#progress' key={8}>Progress bars</NavItem>
899894
<NavItem href='#navs' key={9}>Navs</NavItem>
900895
<NavItem href='#navbars' key={10}>Navbars</NavItem>
901-
<NavItem href='#tabs' key={11}>Togglable tabs</NavItem>
896+
<NavItem href='#tabs' key={11}>Tabs</NavItem>
902897
<NavItem href='#pager' key={12}>Pager</NavItem>
903898
<NavItem href='#pagination' key={13}>Pagination</NavItem>
904899
<NavItem href='#alerts' key={14}>Alerts</NavItem>

0 commit comments

Comments
 (0)