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: projects/igniteui-angular/src/lib/tabs/tabs/README.md
+3-30Lines changed: 3 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,11 @@
3
3
## Description
4
4
_igx-tabs component allows you to add a tabs component with tab items, positioned at the top, and item content in your application. The tabs in Ignite UI for Angular can be composed with the following components and directives:_
5
5
6
-
-*igx-tab-item* - single content area that holds header and optionally content components
6
+
-*igx-tab-item* - single content area that holds header and content components
7
7
-*igx-tab-header* - holds the title and/or icon of the item and you can add them with `igxTabHeaderIcon` and `igxTabHeaderLabel`
8
-
-*igx-tab-content* - represents the wrapper of the content that needs to be displayed (optional)
8
+
-*igx-tab-content* - represents the wrapper of the content that needs to be displayed
9
9
10
-
Each item (`igx-tab-item`) contains a header (`igx-tab-header`) and optionally content (`igx-tab-content`). When a tab is clicked, the associated content is selected and visualized into a single container. If a tab has no content, it can still be selected and used for navigation purposes. There should always be a selected tab. Only one tab can be selected at a time.
10
+
Each item (`igx-tab-item`) contains header (`igx-tab-header`) and content (`igx-tab-content`). When a tab is clicked, the associated content is selected and visualized into a single container. There should always be a selected tab. Only one tab can be selected at a time.
11
11
A walkthrough of how to get started can be found [here](https://www.infragistics.com/products/ignite-ui-angular/angular/components/tabs).
12
12
13
13
----------
@@ -59,33 +59,6 @@ A walkthrough of how to get started can be found [here](https://www.infragistics
59
59
</igx-tab-item>
60
60
</igx-tabs>
61
61
62
-
## Tabs without content (Navigation-only)
63
-
64
-
For navigation purposes, you can create tabs without content:
0 commit comments