# Tabs Properties

## Overview

<figure><img src="/files/3DGxhG2Blpmn9EP7V8ky" alt=""><figcaption><p>Tabs Properties</p></figcaption></figure>

The **Tabs Properties** section defines the styling of tab components within the application. Tabs are used to organize content into separate views, making it easier for users to navigate through different sections.

## Properties

{% hint style="info" %}
Some properties have an additional button: `Select Color`, which opens the [color chooser](/reference/servoy-developer/object-editors/color-chooser.md) wizard.
{% endhint %}

Here's an in-depth look at each property:

### Tab bg

Sets the background color for the tabs.\
Value: Hex color code or CSS variable (e.g., `@body-bg-inverse`).

### Tab text color

Defines the text color for the tabs.\
Value: Hex color code or CSS variable (e.g., `@text-color`).

### Tab text transform

Specifies the text transformation for the tab labels (e.g., uppercase, lowercase).\
Value: CSS text-transform value (e.g., `uppercase`).

### Tab border color

Sets the border color for the tabs.\
Value: Hex color code or CSS variable (e.g., `@body-bg`).

### Tab border width

Specifies the border width for the tabs.\
Value: CSS size value (e.g., `0`).

### Tab border radius

Defines the border radius for the tabs, providing rounded corners if desired.\
Value: CSS size value (e.g., `0`).

### Tab active bg

Sets the background color for the active tab.\
Value: Hex color code or CSS variable (e.g., `@main-color`).

### Tab active text color

Defines the text color for the active tab.\
Value: Hex color code or CSS variable (e.g., `@main-color-inverse`).

### Tab active border color

Specifies the border color for the active tab.\
Value: Hex color code or CSS variable (e.g., `@main-color`).

### Tab active border width

Sets the border width for the active tab.\
Value: CSS size value (e.g., `0`).


---

# 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.servoy.com/reference/servoy-developer/object-editors/theme-editor/tabs-properties.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.
