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

> Rich title content for an accordion item. Use this instead of the `title` attribute when the title needs to contain other components (e.g. `big_value`).

## Examples

### Accordion item with a big\_value in the title

```liquid theme={null}
{% accordion %}
    {% accordion_item %}
        {% accordion_title padding_top=8 padding_bottom=8 %}
            {% big_value data="orders" value="sum(sales)" fmt="usd" /%}
        {% /accordion_title %}
        Body content for this section.
    {% /accordion_item %}
{% /accordion %}
```

## Attributes

<ResponseField name="padding_top" type="number" default="16">
  Top padding of the accordion trigger, in pixels. Lower this when the slotted content already provides its own top padding.
</ResponseField>

<ResponseField name="padding_bottom" type="number" default="16">
  Bottom padding of the accordion trigger, in pixels. Lower this when the slotted content already provides its own bottom padding.
</ResponseField>

## Allowed Parents

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