@@ -13,18 +13,18 @@ import {TabButton} from './tab-button';
13
13
/**
14
14
* @name Tab
15
15
* @description
16
- * _For basic Tabs usage, see the [Tabs section](../../../../components/#tabs)
17
- * of the Component docs._
16
+ * The Tab component, written `<ion-tab>`, is styled based on the mode and should
17
+ * be used in conjunction with the [Tabs](../Tabs/) component.
18
18
*
19
- * Tab components are basic navigation controllers used with Tabs. Much like
20
- * Nav, they are a subclass of NavController and can be used to navigate
21
- * to pages in and manipulate the navigation stack of a particular tab.
19
+ * Each tab has a basic navigation controller. Similar to the [Nav](../../nav/Nav/)
20
+ * component, the tab navigation controller is a subclass of
21
+ * [NavController](../../nav/NavController). It can be used to navigate and manipulate
22
+ * pages in the navigation stack of the tab.
22
23
*
23
24
* For more information on using navigation controllers like Tab or [Nav](../../nav/Nav/),
24
- * take a look at the [NavController API reference ](../NavController/).
25
+ * take a look at the [NavController API Docs ](../../nav /NavController/).
25
26
*
26
- * See the [Tabs API reference](../Tabs/) for more details on configuring Tabs
27
- * and the TabBar.
27
+ * See the [Tabs API Docs](../Tabs/) for more details on configuring Tabs.
28
28
*
29
29
* @usage
30
30
* For most cases, you can give tab a `[root]` property along with the component you want to load.
@@ -71,6 +71,10 @@ import {TabButton} from './tab-button';
71
71
*
72
72
*
73
73
* @demo /docs/v2/demos/tabs/
74
+ * @see {@link /docs/v2/components#tabs Tabs Component Docs }
75
+ * @see {@link ../../tabs/Tabs Tabs API Docs }
76
+ * @see {@link ../../nav/Nav Nav API Docs }
77
+ * @see {@link ../../nav/NavController NavController API Docs }
74
78
*/
75
79
@Component ( {
76
80
selector : 'ion-tab' ,
0 commit comments