DaffTabLabelComponent
DaffTabLabelComponent is used to display the label of a tab panel. Labels may optionally contain a daffPrefix
or daffSuffix
to add icons or badges.
'daff-tab-label'
Properties
Name | Type | Description |
---|---|---|
_prefix | DaffPrefixDirective |
|
_suffix | DaffSuffixDirective |
Examples
Basic structure of tab label
<daff-tab-label>
<div daffPrefix></div>
Label
<div daffSuffix></div
</daff-tab-Label>