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

> Horizontal tab bar with three pill-style buttons on a rounded gray container.

<Frame>
  ![Tabs 01](https://ffciaqoksnnzuihswbxs.supabase.co/storage/v1/object/public/components/Elements/Tabs/tabs-simple-filled.png)
</Frame>

## Overview

Tabs 01 is a navigational tab component featuring three tab buttons (Tab 1, Tab 2, Tab 3) arranged in a horizontal row. It uses a custom state on the parent group to track the currently active tab, visually highlighting the selected tab with a white background and shadow while inactive tabs appear as plain text. Clicking any tab updates the shared state, enabling conditional visibility or content switching elsewhere on the page.

## 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 01** 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                                                                    | Tab button font color darkens to rgba(113,113,123,1) from its default muted color                                                    |
| Active / Selected | The parent group's custom state 'tabs\_item\_' equals the button's own 'item\_' custom state value | Active tab gets a white background, dark font color rgba(27,23,24,1), and a subtle drop shadow, distinguishing it from inactive tabs |

<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 is clicked | Sets the parent group's (GP - Tabs 01) custom state 'tabs\_item\_' to the value of Tab 1's 'item\_' custom state (1) |
| BT - Tab 2 is clicked | Sets the parent group's (GP - Tabs 01) custom state 'tabs\_item\_' to the value of Tab 2's 'item\_' custom state (2) |
| BT - Tab 3 is clicked | Sets the parent group's (GP - Tabs 01) custom state 'tabs\_item\_' to the value of Tab 3's 'item\_' custom state (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>
