We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbb0385 commit 1e54893Copy full SHA for 1e54893
2 files changed
src/Tab.js
@@ -15,7 +15,11 @@ const Tab = React.createClass({
15
*/
16
onAnimateOutEnd: React.PropTypes.func,
17
disabled: React.PropTypes.bool,
18
- title: React.PropTypes.node
+ title: React.PropTypes.node,
19
+ /**
20
+ * tabClassName is used as className for the associated NavItem
21
+ */
22
+ tabClassName: React.PropTypes.string
23
},
24
25
getDefaultProps() {
src/Tabs.js
@@ -88,7 +88,6 @@ const Tabs = React.createClass({
88
React.PropTypes.number,
89
React.PropTypes.object
90
]),
91
- className: React.PropTypes.string,
92
/**
93
* Render without clearfix if horizontally positioned
94
0 commit comments