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

> Vertical accordion with icon, title, subtitle, and collapsible content sections separated by dividers.

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

## Overview

Accordion 07 is an interactive FAQ-style accordion component featuring multiple toggle items. Each item displays an icon, a bold question title, a subtitle, and expandable answer content. Users click on a toggle to expand or collapse the corresponding answer. It is designed for both web and mobile layouts and uses custom states to manage which accordion item is currently open.

## 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 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                                                                                                                          |
| ------------------- | ------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------- |
| Accordion Item Open | User clicks on a toggle header group (e.g., Toggle 01, 02, 03, 04) | The content group below the clicked header becomes visible; if the same item is already open, it collapses by resetting the state to 0 |

<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 current value equals item\_01, reset to 0 (collapse); otherwise set to item\_01 value (expand) |
| GP - Title & Icon / Toggle 02 clicked | Sets custom state 'accordion\_item\_' on the container: if current value equals item\_02, reset to 0 (collapse); otherwise set to item\_02 value (expand) |
| GP - Title & Icon / Toggle 03 clicked | Sets custom state 'accordion\_item\_' on the container: if current value equals item\_03, reset to 0 (collapse); otherwise set to item\_03 value (expand) |
| GP - Title & Icon / Toggle 04 clicked | Sets custom state 'accordion\_item\_' on the container: if current value equals item\_04, reset to 0 (collapse); otherwise set to item\_04 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>
