import { DaffTabLabelComponent } from '@daffodil/design/tabs'
DaffTabLabelComponent is used to display the label of a tab panel. Labels may optionally contain a daffPrefix
or daffSuffix
to add icons or badges.
@Component()
class DaffTabLabelComponent implements DaffPrefixable, DaffSuffixable {}
<daff-tab-label>
<div daffPrefix></div>
Label
<div daffSuffix></div
</daff-tab-Label>