TabView
Tabs organize content across different screens, data sets, and other interactions.
TabView enables swipeable tabs.
#
Components- TabView.Item They are individual item of the parent Tab.
#
Usage#
Props#
TabView#
TabView.ItemNone
#
Reference#
TabView#
animationConfigDefine the animation configurations.
Type | Default |
---|---|
Omit<SpringAnimationConfig and TimingAnimationConfig, "toValue"> | {} |
#
animationTypeChoose the animation type among spring
and timing
. This is visible when there is tab change.
Type | Default |
---|---|
"timing" or "spring" | spring |
#
onChangeOn Index Change Callback.
Type | Default |
---|---|
(value: number) => any | None |
#
valueChild position index value.
Type | Default |
---|---|
number | 0 |
#
TabView.ItemNone