--- title: Tab template: base --- A tab button component. > Note: Not yet available. This is a work in progress and will be available in a future release. ## Example ```xml Tab Title ``` ## Attributes | Attribute | Type | Description | |-----------|--------------|------------------------------------------------| | `position`| `(int; int)` | The position of the tab in the menu. | | `action` | `string` | The action to perform when the tab is clicked. | | `width` | `int` | The width of the tab in pixels. | | `height` | `int` | The height of the tab in pixels. | \* Required.