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

# Accordion 06

> Vertical accordion with toggle icons, question titles, sub-headers, and expandable content sections.

<Frame>
  ![Accordion 06](https://ffciaqoksnnzuihswbxs.supabase.co/storage/v1/object/public/components/Elements/Accordions/accordion-with-sub-header-and-plus-minus.png)
</Frame>

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

<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 **Accordion 06** 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                                                                                     |
| -------------- | ------------------------------------------------ | ------------------------------------------------------------------------------------------------- |
| 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 |

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

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