DaffTabPanelComponent is used to display the content panel of a tab.
<daff-tab-panel>
 <!-- Tab panel content goes here -->
</daff-tab-panel>
'daff-tab-panel'
| Name | Type | Description | 
|---|---|---|
| role | 'tabpanel' | Sets the `role` to tabpanel. | 
| ariaLabelledBy | '' | `aria-labelledby` for the tab. | 
| tabIndex | '0' | Sets the `tabindex` to 0. | 
| tabPanelId | Dynamically binds the tab panel's id to a unique value generated from the associated tab's panelId. |