setUseDefaultStyles(bool)
You can disable the default styling of react-tabs by calling this static method once.
Arguments
bool
(Boolean): Set to false to disable default styling of react-tabs. Defaults to false.
Example
Tabs.setUseDefaultStyles(false);