Skip to content

Commit c983195

Browse files
committed
docs: fixed TabView metadata
1 parent f3f874a commit c983195

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: BottomNavigation
3-
description: The NativeScript's BottomNavigation component provides a simple way to navigate between different views while providing common UI for both iOS and Android platforms. The recommended scenario suitable for BottomNavigation is a high level navigaiton with 3 to 5 tabs each with separate function.
2+
title: TabView
3+
description: The TabView modules allow navigating between different views by tapping on some of the tabs or by swiping between the views. The component provides the needed functionality for setting up the active tab via the selectedIndex property and handling the tab change event via selectedIndexChangedEvent. We can also specify the number of the preloaded tabs for android with androidOffscreenTabLimit property and the tabs position with the androidTabsPosition property.
44
position: 42
55
slug: tab-view-ng
66
---

0 commit comments

Comments
 (0)