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

> Vertical accordion with icons, bold titles, and collapsible text content panels, column layout.

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

## Overview

Accordion 03 is a FAQ-style accordion component featuring multiple toggle items, each with a leading icon, a bold question title, a caret indicator, and collapsible answer content. It allows users to expand or collapse individual sections to reveal descriptive text, making it ideal for FAQ sections, help centers, or informational pages in a Bubble project.

## 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 03** 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 group (Toggle 01, 02, 03, or 04) | The corresponding content group becomes visible and expands to show the answer text; the caret icon rotates or indicates open state |
| Accordion Item Closed | User clicks an already-open toggle group                 | The content group collapses and hides, resetting the custom state value 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 - Accordion 03 / Toggle 01 group clicked | Sets custom state 'accordion\_item\_' on the container: if item\_01 equals current value, resets to 0; otherwise sets it to item\_01 value, toggling the first content panel  |
| GP - Accordion 03 / Toggle 02 group clicked | Sets custom state 'accordion\_item\_' on the container: if item\_02 equals current value, resets to 0; otherwise sets it to item\_02 value, toggling the second content panel |
| GP - Accordion 03 / Toggle 03 group clicked | Sets custom state 'accordion\_item\_' on the container: if item\_03 equals current value, resets to 0; otherwise sets it to item\_03 value, toggling the third content panel  |
| GP - Accordion 03 / Toggle 04 group clicked | Sets custom state 'accordion\_item\_' on the container: if item\_04 equals current value, resets to 0; otherwise sets it to item\_04 value, toggling the fourth content panel |

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