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

> Vertical accordion list with toggle icons, bold titles, and collapsible answer text panels.

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

## Overview

Accordion 01 is a FAQ-style accordion component featuring multiple collapsible items. Each item contains a title, a caret icon, and a hidden content panel that expands or collapses when clicked. It uses custom states to track which item is currently open, toggling visibility accordingly. Ideal for FAQ sections, feature explanations, or any content that benefits from progressive disclosure.

## How to use

<Steps>
  <Step title="Open the Brikl panel" titleSize="h4">
    Navigate to the **Elements** category in the Brikl panel.
  </Step>

  <Step title="Copy the component" titleSize="h4">
    Find **Accordion 01** and click **Copy**.
  </Step>

  <Step title="Paste into your editor" titleSize="h4">
    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 Open   | User clicks on an accordion toggle group (Toggle 01, 02, 03, or 04)                   | The corresponding content group becomes visible and expands; if the same item is clicked again, it collapses back to hidden |
| Item Closed | User clicks the same open accordion item again, or a custom state value is reset to 0 | The content panel collapses and becomes hidden, caret icon returns to default orientation                                   |

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