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
-`selectedIndex` now enables controlled mode, which disables internal management of the active tab. If you were using `selectedIndex` to set the initial displayed tab use `defaultIndex`
30
+
- No styles do get added by default anymore. If you want to use the default styles you need to add them yourself. See README.
31
+
32
+
#### New Features
33
+
34
+
-`selectedTabPanelClassName` was added to add `<Tabs />` to change the class name of the current selected TabPanel
35
+
-`defaultIndex` was added to set the initial displayed tab
0 commit comments