You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api/tabs.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,10 +24,6 @@ The `ion-tabs` component does not have any styling and works as a router outlet
24
24
25
25
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.
26
26
27
-
:::warning
28
-
Using `IonTabs` within React requires the `IonTabBar` component as a direct child of `IonTabs`.
29
-
:::
30
-
31
27
The `ion-tab-bar` needs a slot defined in order to be projected to the right place in an `ion-tabs` component.
0 commit comments