Dynamic Tabs settings and events. Select the component in App Structure to find these controls in Properties.
| Name |
Description |
| ID | Required. Default: "". Attribute: id. |
| Class | Default: "". Attribute: class. |
| Tabs Source | Bind an array of tab objects with label and optional target properties. Default: "". Attribute: tabs. |
| Tab Label | Default: "". Attribute: tab-label. |
| Tab Target | Default: "". Attribute: tab-target. |
| Active Tab | Sets the active tab by label. Default: "". Attribute: dmx-bind:active. |
| Type | Options: Tabs (tabs), Pills (pills) Default: "tabs". Attribute: type. |
| Justify | Options: Left (left), Center (center), Right (right), Fill (fill), Justified (justified) Default: "left". Attribute: justify. |
| Tab Disabled | Default: false. Attribute: tab-disabled. |
| Name |
Description |
| Tab | Enter the label of the tab to select Required. Default: "". |
| Name |
Description |
| Select | Action: Choose the action to execute. |
| Select: label | label is available in the event data payload. |