DaffTabPanelComponent
DaffTabPanelComponent is used to display the content panel of a tab.
Selector:'daff-tab-panel'
Properties
| 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. |
Examples
Basic structure of tab panel
<daff-tab-panel>
<!-- Tab panel content goes here -->
</daff-tab-panel>