You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> You can also supply an array of class names or an object where the class names are the key and the value is a boolean indicating if the name should be added. See the docs of [classnames](https://github.com/JedWatson/classnames#usage) on how to supply different class names.
168
168
169
169
#### selectedClassName: `string`
170
170
171
-
> default: `"ReactTabs__Tab--selected"`
171
+
> default: `"react-tabs__tab--selected"`
172
172
173
173
Provide a custom class name for the active tab.
174
174
@@ -178,7 +178,7 @@ If you specify additional props on the `<TabPanel />` component they will be for
0 commit comments