Skip to content

Commit

Permalink
Revisions based on feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
egauci committed Oct 1, 2015
1 parent dbb0385 commit 1e54893
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 5 additions & 1 deletion src/Tab.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ const Tab = React.createClass({
*/
onAnimateOutEnd: React.PropTypes.func,
disabled: React.PropTypes.bool,
title: React.PropTypes.node
title: React.PropTypes.node,
/**
* tabClassName is used as className for the associated NavItem
*/
tabClassName: React.PropTypes.string
},

getDefaultProps() {
Expand Down
1 change: 0 additions & 1 deletion src/Tabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ const Tabs = React.createClass({
React.PropTypes.number,
React.PropTypes.object
]),
className: React.PropTypes.string,
/**
* Render without clearfix if horizontally positioned
*/
Expand Down

0 comments on commit 1e54893

Please sign in to comment.