From f32a1398981054e051a308b6f3edffc2c72cdb5e Mon Sep 17 00:00:00 2001 From: Saeb Amini Date: Sun, 18 Aug 2024 15:00:05 +1000 Subject: [PATCH] Remove incorrect information about ion-tab-bar being optional --- docs/api/tabs.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/api/tabs.md b/docs/api/tabs.md index 5393bc96aa0..8f92a115c99 100644 --- a/docs/api/tabs.md +++ b/docs/api/tabs.md @@ -22,8 +22,6 @@ The component is a container of individual [Tab](tab.md) components. The `ion-tabs` component does not have any styling and works as a router outlet in order to handle navigation. It does not provide any UI feedback or mechanism to switch between tabs. In order to do so, an `ion-tab-bar` should be provided as a direct child of `ion-tabs`. -Both `ion-tabs` and `ion-tab-bar` can be used as standalone elements. They don’t depend on each other to work, but they are usually used together in order to implement a tab-based navigation that behaves like a native app. - The `ion-tab-bar` needs a slot defined in order to be projected to the right place in an `ion-tabs` component. :::note Framework Support