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

> Vertical accordion with collapsible rows, caret icons, bold titles, and subtle dividers.

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

## Overview

Accordion 05 is a FAQ-style accordion component featuring multiple collapsible toggle items. Each item displays a bold question title, a sub-header text, and a caret icon that indicates open/closed state. Clicking a toggle reveals or hides the answer content below. It is ideal for FAQ sections, onboarding guides, or any content that benefits from progressive disclosure.

## 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 05** 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 01 Open/Closed | Click on Toggle 01 header group | Sets custom state 'accordion\_item\_' on the container; content group for item 01 shows or hides, caret icon rotates |
| Item 02 Open/Closed | Click on Toggle 02 header group | Sets custom state 'accordion\_item\_' on the container; content group for item 02 shows or hides, caret icon rotates |
| Item 03 Open/Closed | Click on Toggle 03 header group | Sets custom state 'accordion\_item\_' on the container; content group for item 03 shows or hides, caret icon rotates |

<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                                                                                                                                  |
| -------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------- |
| Toggle 01 header group - clicked | Checks if custom state 'item\_01\_' equals current value; if open sets it to 0 (closed), otherwise sets it to current item value (open) |
| Toggle 02 header group - clicked | Checks if custom state 'item\_02\_' equals current value; if open sets it to 0 (closed), otherwise sets it to current item value (open) |
| Toggle 03 header group - clicked | Checks if custom state 'item\_03\_' equals current value; if open sets it to 0 (closed), otherwise sets it to current item value (open) |

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