> ## Documentation Index
> Fetch the complete documentation index at: https://docs.brikl.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Tabs 11

> Vertical tab navigation with three options in a column layout on a light gray background.

<Frame>
  ![Tabs 11](https://ffciaqoksnnzuihswbxs.supabase.co/storage/v1/object/public/components/Elements/Tabs/tabs-vertical-only-text-with-content.png)
</Frame>

## Overview

Tabs 11 is a vertical tab navigation component featuring three clickable tab buttons (Option 1, Option 2, Option 3) arranged in a column. Each tab has an icon and label, and selecting a tab updates a custom state that controls which content panel is visible. The active tab is visually highlighted with a white background and dark text, while inactive tabs appear muted. It is suitable for organizing content into switchable sections.

## How to use

<Steps>
  <Step titleSize="h4" title="Open the Brikl panel">
    Navigate to the **Elements** category in the Brikl panel.
  </Step>

  <Step titleSize="h4" title="Copy the component">
    Find **Tabs 11** and click **Copy**.
  </Step>

  <Step titleSize="h4" title="Paste into your editor">
    Paste it into your Bubble canvas with `Cmd + V` (Mac) or `Ctrl + V` (Windows),
    or right-click on the canvas and select **Paste**.
  </Step>
</Steps>

## States

This component includes conditional states that automatically change its appearance.

| State                    | Trigger                                                                                              | Visual effect                                                                                                         |
| ------------------------ | ---------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- |
| Hover State              | User hovers over any tab button                                                                      | Tab label text color changes to a more opaque gray (rgba(113,113,123,1))                                              |
| Active Tab State         | The parent group's custom state 'tabs\_item\_' equals the button's own 'item\_' custom state value   | Active tab gets a white background and dark text (rgba(27,23,24,1)), inactive tabs remain transparent with muted text |
| Content Visibility State | The parent group's custom state 'tabs\_item\_' matches the corresponding content element's tab index | The matching content text element becomes visible; others remain hidden                                               |

<Note>
  These states are handled natively by Bubble and require no additional setup.
  They will work automatically once the component is pasted into your editor.
</Note>

## Responsive

This component adapts to mobile screens. Font sizes and layout automatically adjust on screens smaller than Bubble's built-in mobile breakpoint.

## Workflows

This component includes pre-built workflows.

| Trigger                         | Action                                                                                                                                                |
| ------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
| BT - Tab 1 (Tabs 11) is clicked | Sets the 'tabs\_item\_' custom state on the parent tabs group to the value of Tab 1's 'item\_' custom state (1), switching the active tab to Option 1 |
| BT - Tab 2 (Tabs 11) is clicked | Sets the 'tabs\_item\_' custom state on the parent tabs group to the value of Tab 2's 'item\_' custom state (2), switching the active tab to Option 2 |
| BT - Tab 3 (Tabs 11) is clicked | Sets the 'tabs\_item\_' custom state on the parent tabs group to the value of Tab 3's 'item\_' custom state (3), switching the active tab to Option 3 |

<Note>
  These workflows are included when you use the **Copy with Workflows** option in the Brikl panel.
</Note>

## Requirements

|             |                       |
| ----------- | --------------------- |
| License     | Starter plan required |
| Plugins     | None                  |
| Custom code | Not required          |

## Platforms

| Platform | Supported |
| -------- | --------- |
| Web      | ✅         |
| Mobile   | ✅         |

## License

<Note>
  This component requires a **Starter** plan.
</Note>
