diff --git a/content/docs/en/elements/components/tab-view.md b/content/docs/en/elements/components/tab-view.md index 49502975..468fa784 100644 --- a/content/docs/en/elements/components/tab-view.md +++ b/content/docs/en/elements/components/tab-view.md @@ -4,6 +4,8 @@ apiRef: https://docs.nativescript.org/api-reference/classes/_ui_tab_view_.tabvie contributors: [MisterBrownRSA, rigor789, eddyverbruggen, ikoevska, kharysharpe, ramsesmoreno] --- +**Note**: NativeScript 6 introduced two new tab navigation components, `` and ``. These are meant to be new and better alternatives to the existing `` component. Read [the announcement blog post here](https://www.nativescript.org/blog/tabs-and-bottomnavigation-nativescripts-two-new-components). + `` is a navigation component that shows content grouped into tabs and lets users switch between tabs. ---