Skip to main content

Tabs

Installation

$ yarn add @rexlabs/tabs

Usage

import {
Tabs,
PersistedTabs,
ControlledTabs,

// types
TabsProps,
} from '@rexlabs/tabs';

Migration Instructions

v4.x

  • by default tabs will now stay rendered once they were displayed, to avoid unnecessary API calls, however this might now always be desirable

v3.x

  • the export has been changed from TabsStateful to Tabs

Copyright © 2020 Rex Software All Rights Reserved.