material-ui-scrollable-tabs
Advanced tools
Changelog
2.0.0
This will be the last release of this library. USE AT YOUR OWN RISK. We highly suggest that you migrate to the v1 branch of material-ui to take advantage of the features provided by this library natively within that package.
⚠️ This is a breaking change. If you still use an older version of material-ui, you should stay at v1.0.0 of this component.
Changelog
1.0.0
index.js
rather than having to import from the Tabs
subfolder.Changelog
0.2.0
fixed
width tabs so that no scrolling behavior occurs. Previously, selecting a partially out of view tab would scroll that tab into view. @shawnmcknight/examples
directory with a webpack-dev-server based site that will show interactive examples and code for various tab permutations. Docs for use are here. @shawnmcknight