Skip to content

Commit 3fe3f93

Browse files
committed
docs(tab): update note on when to use
1 parent 7d41c81 commit 3fe3f93

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/api/tab.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ import EncapsulationPill from '@components/page/api/EncapsulationPill';
2222
The tab component is a child component of [tabs](tabs.md). Each tab can contain a top level navigation stack for an app or a single view. An app can have many tabs, all with their own independent navigation.
2323

2424
:::note
25-
This component can only be used when the `ion-tabs` component is set for [basic usage](./tabs.md#basic-usage). When setting up tabs with routing, the `ion-tab` component cannot be used.
25+
Angular, React, and Vue can only use this component when the `ion-tabs` component is set for [basic usage](./tabs.md#basic-usage). When setting up tabs with routing, the `ion-tab` component cannot be used.
26+
27+
Javascript can use this component when the `ion-tabs` component is set for [basic usage](./tabs.md#basic-usage) or [usage with router](./tabs.md#usage-with-router).
2628
:::
2729

2830

0 commit comments

Comments
 (0)