Skip to content

Commit 2d67be5

Browse files
authored
Update overview.md (#450)
1 parent 487f984 commit 2d67be5

File tree

1 file changed

+1
-1
lines changed
  • app/ng-ui-widgets-category/bottom-navigation

1 file changed

+1
-1
lines changed

app/ng-ui-widgets-category/bottom-navigation/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The `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 navigation with 3 to 5 tabs each with separate function. For additional information and details about bottom navigation refer to [the Material Design guidelines](https://material.io/design/components/bottom-navigation.html#usage).
22

3-
> **Note:** NativeScript 6 introduced two new UI components called `BottomNavigation` and `Tabs`. The idea behind them is to provide more control when building tab based UI, while powering the CSS styling, the icon font support and other specific functionalities. Prior to NativeScript 6, we had the `TabView` component which had top and bottom implementations with different behavoirs for the different platofrms and some styling limitations. With `BottomNavigaiton` and `Tabs` coomponents available, the `TabView` can be considered obsolete.
3+
> **Note:** NativeScript 6 introduced two new UI components called `BottomNavigation` and `Tabs`. The idea behind them is to provide more control when building tab based UI, while powering the CSS styling, the icon font support and other specific functionalities. Prior to NativeScript 6, we had the `TabView` component which had top and bottom implementations with different behaviors for the different platforms and some styling limitations. With the `BottomNavigation` and `Tabs` components available, the `TabView` can be considered obsolete.
44
55
The `BottomNavigation` component roundup:
66

0 commit comments

Comments
 (0)