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