Overview
Accordion 06 is a collapsible FAQ-style component featuring multiple toggle items, each with a title, sub-header, and expandable content area. Users click on a row to expand or collapse its content. It uses custom states to track which accordion item is open, making it ideal for FAQ sections, feature explanations, or any content that benefits from a compact, expandable layout.
How to use
Open the Brikl panel
Navigate to the Elements category in the Brikl panel.
Copy the component
Find Accordion 06 and click Copy.
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.
States
This component includes conditional states that automatically change its appearance.
| State | Trigger | Visual effect |
|---|
| Item Collapsed | Default state or clicking an already-open toggle | Content group is hidden and the plus icon is shown; accordion item custom state resets to 0 |
| Item Expanded | User clicks a toggle row (GP - Title & Icon) | Content group becomes visible below the title row; custom state stores the active item identifier |
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 |
|---|
| GP - Title & Icon / Toggle 01 clicked | Sets custom state ‘accordion_item_’ on the container: if item_01 is already active, resets to 0 (collapse); otherwise sets to item_01 value (expand) |
| GP - Title & Icon / Toggle 02 clicked | Sets custom state ‘accordion_item_’ on the container: if item_02 is already active, resets to 0 (collapse); otherwise sets to item_02 value (expand) |
| GP - Title & Icon / Toggle 03 clicked | Sets custom state ‘accordion_item_’ on the container: if item_03 is already active, resets to 0 (collapse); otherwise sets to item_03 value (expand) |
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 |
| Platform | Supported |
|---|
| Web | ✅ |
| Mobile | ✅ |
License
This component requires a Starter plan.