# XWUIAccordion

Multiple collapsible sections with single/multiple open modes

## Basic Usage

Multiple collapsible sections.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Multiple collapsible sections.
```

## Variants

Different mode options.

```example
file: examples/Variants.ts
html: examples/Variants.html
title: Variants
description: Different mode options.
```

## Single Expand

Single mode keeps only one panel open at a time.

```example
file: examples/SingleExpand.ts
html: examples/SingleExpand.html
title: Single Expand
description: Single mode keeps only one panel open at a time.
```

## FAQ List

A realistic product FAQ in multiple mode.

```example
file: examples/FAQ.ts
html: examples/FAQ.html
title: FAQ List
description: A realistic product FAQ in multiple mode.
```

## Controlled Accordion

Drive panels from external buttons via the public API.

```example
file: examples/Controlled.ts
html: examples/Controlled.html
title: Controlled Accordion
description: Drive panels from external buttons via the public API.
```

```api
```
