Skip to content

Commit 6d1019d

Browse files
paxcodesrigor789
andauthored
feat(TabView): add note about Tabs and BottomNavigation (#333)
* Update tab-view.md Mention `BottomNavigation` and `Tabs` in the `TabView` docs. * feat(TabView): add note about Tabs and BottomNavigation Co-authored-by: Igor Randjelovic <rigor789@gmail.com>
1 parent 211fefc commit 6d1019d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ apiRef: https://docs.nativescript.org/api-reference/classes/_ui_tab_view_.tabvie
44
contributors: [MisterBrownRSA, rigor789, eddyverbruggen, ikoevska, kharysharpe, ramsesmoreno]
55
---
66

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).
8+
79
`<TabView>` is a navigation component that shows content grouped into tabs and lets users switch between tabs.
810

911
---

0 commit comments

Comments
 (0)