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.
Overview
Tabs 06 is a three-tab navigation component built in Bubble.io. It uses a group with a row layout containing three buttons (Tab 1, Tab 2, Tab 3), each with an icon and label. A custom state on the parent group tracks the active tab, and conditional states on each button change their appearance (white background, dark text, shadow) when selected. Clicking any tab updates the group’s custom state to highlight the active tab.How to use
States
This component includes conditional states that automatically change its appearance.| State | Trigger | Visual effect |
|---|---|---|
| Hovered | User hovers over a tab button | Font color and icon color change to rgba(113,113,123,1), slightly more opaque than the default |
| Active / Selected | Parent group’s custom state ‘tabs_item_’ equals the button’s own ‘item_’ custom state value | Button gains a white background, dark text (rgba(27,23,24,1)), dark icon, and a subtle drop shadow |
These states are handled natively by Bubble and require no additional setup.
They will work automatically once the component is pasted into your editor.
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 06) is clicked | Sets the parent group’s custom state ‘tabs_item_’ to Tab 1’s ‘item_’ value (1), making Tab 1 the active tab |
| BT - Tab 2 (Tabs 06) is clicked | Sets the parent group’s custom state ‘tabs_item_’ to Tab 2’s ‘item_’ value (2), making Tab 2 the active tab |
| BT - Tab 3 (Tabs 06) is clicked | Sets the parent group’s custom state ‘tabs_item_’ to Tab 3’s ‘item_’ value (3), making Tab 3 the active tab |
These workflows are included when you use the Copy with Workflows option in the Brikl panel.
Requirements
| License | Starter plan required |
| Plugins | None |
| Custom code | Not required |
Platforms
| Platform | Supported |
|---|---|
| Web | ✅ |
| Mobile | ✅ |
License
This component requires a Starter plan.
