# ef-accordion

Used to display a group of `Collapse` control.
Only one item will be able to expand by default but you can customize its behavior.

## Properties

| Property               | Attribute                | Type      | Default | Description                                      |
|------------------------|--------------------------|-----------|---------|--------------------------------------------------|
| `autoCollapseDisabled` | `auto-collapse-disabled` | `boolean` | false   | Allow multiple sections expand at the same time  |
| `spacing`              | `spacing`                | `boolean` | false   | Add spacing to content section in all collapse items |

## Slots

| Name           | Description                                      |
|----------------|--------------------------------------------------|
| `header-left`  | Slot to add custom contents to the left side of header |
| `header-right` | Slot to add custom contents to the right side of header |
