# Tab Item

![Tab Item](/files/-MHpq1_zq45HZWqHhq0C)

## Description:

Tab Item

Native boostrap tabs customized to CloudIO look and feel. Simply changing class name, you can change color as well as its animations.

### Allowed Parent Components:

1. Tab Panel

### Allowed Child Components:

1. Button Dropdown
2. Calendar Heatmap
3. Card Wrapper
4. Carousel
5. Change Role
6. Data Model Designer
7. Form
8. Grid Layout
9. Gridster Layout
10. Horizontal Layout
11. Icon Menu
12. Kanban Board
13. Pulse
14. Row
15. Switch
16. Tab Panel
17. Trigger Before Render
18. Trigger On Click
19. Trigger On Tab Active
20. UIView
21. Vertical Layout Panel
22. Workflow Viewer

### Properties

### ➤ Title

Provide a name that describes the content in it.

Allowed Values: Free text field

### ➤ Icon

Use the icons to display images to represent the component

Allowed Values: Icon List

### ➤ Closable

When checked, the tab item can be closed by pressing the cross icon rendered on the top right corner of the header when the header is visible

Allowed Values: Yes/No

### ➤ Background Color

Allowed Values: Color

### ➤ No Scrollbar

Allowed Values: Yes/No

### ➤ Tool Tip

A message which appears when a cursor is positioned over.

Allowed Values: An expression which should return string after evaluation

### ➤ Tool Tip Position

Select an option to change the placement of the tooltip when appears.

Allowed Values:

1. left
2. right
3. top
4. bottom

### ➤ On Tab Click

Allowed Values: Controller Function

### ➤ On Tab Exit

Allowed Values: Controller Function

### ➤ Margin

Select a value to add margin on all four sides of the component. It is a shorthand for margin-top, margin-right, margin-bottom, and margin-left.

Allowed Values: Any number value

### ➤ Margin Bottom

Select a value to add margin on the bottom of the component.

Allowed Values: Any number value

### ➤ Margin Left

Select a value to add margin on the left of the component.

Allowed Values: Any number value

### ➤ Margin Right

Select a value to add margin on the right of the component.

Allowed Values: Any number value

### ➤ Margin Top

Select a value to add margin on the top of the component.

Allowed Values: Any number value

### ➤ Padding

Select a value to add padding on all four sides of the component. It is a shorthand for padding-top, padding-right, padding-bottom, and padding-left.

Allowed Values: Any number value

### ➤ Padding Bottom

Select a value to add padding in the bottom of the component.

Allowed Values: Any number value

### ➤ Padding Left

Select a value to add padding in the left of the component.

Allowed Values: Any number value

### ➤ Padding Right

Select a value to add padding in right of the component.

Allowed Values: Any number value

### ➤ Padding Top

Select a value to add padding in top of the component.

Allowed Values: Any number value


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cloudio.io/ui-components/widgets/tabitem.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
