Skip to main content
Version: 7.0.0

TabController.TabPage

TabController's TabPage component
(code example)

Usage

Live Editor
<TabController.TabPage key={'key1'} lazy index={index}>
Result
Loading...

API

index

The index of the the TabPage number

lazy

Whether this page should be loaded lazily boolean

lazyLoadTime

How long to wait till lazy load complete (good for showing loader screens) number

renderLoading

Render a custom loading page when lazy loading () => JSX.Element

testID

The component test id string