> ## Documentation Index
> Fetch the complete documentation index at: https://docs.evidence.studio/llms.txt
> Use this file to discover all available pages before exploring further.

# Accordion

> An accordion component that organizes content into collapsible sections.

```liquid theme={null}
{% accordion %}
  ...
{% /accordion %}
```

## Attributes

<ResponseField name="single" type="boolean" default="false">
  Whether only one item can be open at a time
</ResponseField>

<ResponseField name="variant" type="string" default="default">
  Visual style variant of the accordion

  **Allowed values:**

  * `default`
  * `well`
  * `card`
</ResponseField>

<ResponseField name="width" type="number">
  Set the width of this component (in percent) relative to the page width
</ResponseField>

## Allowed Children

* [accordion\_item](/components/accordion_item)
