> ## 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 07

> Dark-themed horizontal tab bar with three icon-label buttons in a rounded row layout.

<Frame>
  ![Tabs 07](https://ffciaqoksnnzuihswbxs.supabase.co/storage/v1/object/public/components/Elements/Tabs/tabs-black-background-rounded-with-icon.png)
</Frame>

## Overview

Tabs 07 is a horizontal navigation tab component featuring three clickable tab buttons (Tab 1, Tab 2, Tab 3), each with an icon and label. It uses a dark background style with a custom state system to track and highlight the currently active tab, switching the selected tab to a filled dark background with white text while inactive tabs display muted gray text.

## 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 07** 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                                                                                                     |
| ----------------- | --------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- |
| Hovered           | User hovers over any tab button                                                                     | Font color and icon color change to a stronger gray rgba(113,113,123,1)                                           |
| Active / Selected | The parent group's custom state 'tabs\_item\_' matches the button's own 'item\_' custom state value | Button background fills with dark color rgba(27,23,24,1), font and icon color change to white rgba(255,255,255,1) |

<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                                                                                                   |
| ----------------------- | -------------------------------------------------------------------------------------------------------- |
| Tab 1 button is clicked | Sets the parent group's custom state 'tabs\_item\_' to Tab 1's item\_ value (1), marking Tab 1 as active |
| Tab 2 button is clicked | Sets the parent group's custom state 'tabs\_item\_' to Tab 2's item\_ value (2), marking Tab 2 as active |
| Tab 3 button is clicked | Sets the parent group's custom state 'tabs\_item\_' to Tab 3's item\_ value (3), marking Tab 3 as active |

<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>
