setUseDefaultStyles(bool)

You can disable the default styling of react-tabs by calling this static method once.

Arguments

  1. bool (Boolean): Set to false to disable default styling of react-tabs. Defaults to false.

Example

Tabs.setUseDefaultStyles(false);