DaffTabPanelComponent
DaffTabPanelComponent is used to display the content panel of a tab.
import { DaffTabPanelComponent } from '@daffodil/design/tabs'
@Component()
class DaffTabPanelComponent {}
Selector:
'daff-tab-panel'
Examples
Basic structure of tab panel
<daff-tab-panel>
<!-- Tab panel content goes here -->
</daff-tab-panel>