Skip to content

Commit 58f83e7

Browse files
authored
feat(TabView): add note about Tabs and BottomNavigation
1 parent 8f8c281 commit 58f83e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/en/elements/components/tab-view.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apiRef: https://docs.nativescript.org/api-reference/classes/_ui_tab_view_.tabvie
44
contributors: [MisterBrownRSA, rigor789, eddyverbruggen, ikoevska, kharysharpe, ramsesmoreno]
55
---
66

7-
Note: In NativeScript 6 we introduced two new tab navigation components to the core modules suite. They are dubbed `BottomNavigation` and `Tabs` and are meant to be new and better alternatives to the existing `TabView` component. Read more [here](https://www.nativescript.org/blog/tabs-and-bottomnavigation-nativescripts-two-new-components).
7+
**Note**: NativeScript 6 introduced two new tab navigation components, `<BottomNavigation>` and `<Tabs>`. These are meant to be new and better alternatives to the existing `<TabView>` component. Read [the announcement blog post here](https://www.nativescript.org/blog/tabs-and-bottomnavigation-nativescripts-two-new-components).
88

99
`<TabView>` is a navigation component that shows content grouped into tabs and lets users switch between tabs.
1010

0 commit comments

Comments
 (0)