Simplify tab component (#8132)
The tab component now sets the `tab` and `tab--active` classes internally regardless what class is passed in. The convention in React is to allow adding _additional_ classes via the `className` prop, not to allow removing internal classes entirely. the `activeClassName` prop was removed entirely. A few other props that are always passed in have been marked as required.feature/default_network_editable
parent
ac4e1d4e26
commit
7e4916e59e
Loading…
Reference in new issue