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
The <code>Tab</code> allows to place the header section inside the Tab component either at <code>top / bottom</code> position by using <code>headerPlacement</code> property.
38
+
</p>
39
+
<p>
40
+
This sample illustrates the use of header placement and <code>showCloseButton</code> property.
41
+
Users can change the header position by changing the drop-down value options and can close the Tab item by clicking close icon in header.<br/><br/>
42
+
43
+
The User can also view different header styles of Tab component by selecting options from `Header Styles` drop-down.
44
+
Header styles changed by adding predefined classes in Tab root element and it class names listed below
45
+
</p>
46
+
<br/>
47
+
<ul>
48
+
<li>Material and Fabric theme differentiates all the available tab header styles such as <code>e-fill</code>, <code>e-background e-accent</code>.</li>
49
+
<li>In bootstrap theme, all the styles such as <code>e-fill</code> & <code>e-background e-accent</code> will have the same look with no difference.</li>
50
+
</ul>
51
+
<p>
52
+
If above classes not included in root element default style will applied in Tab component.
53
+
</p>
54
+
<p>
55
+
More information about Tab can be found in this <atarget="_blank" href="http://ej2.syncfusion.com/angular/documentation/tab/getting-started.html">
0 commit comments