# Accordion Native HTML disclosure element with smooth animations using `
` and ``. ## Basic Example ```html
Click to expand

Hidden content revealed when expanded.

``` ## Multiple Items ```html
Getting Started

Installation and setup instructions.

Configuration

How to configure the application.

FAQ

Frequently asked questions.

``` ## Open by Default ```html
Already Expanded

This section starts open.

``` ## Bordered Variant ```html
Bordered Accordion

Content with border container.

``` ## Arrow on Right ```html
Arrow on Right

Indicator moves to the right side.

``` Or just on the summary: ```html
Arrow on Right

Content here.

``` ## Minimal (+/−) Variant ```html
FAQ Question

Answer using +/− toggle style.

``` ## Styling Details - Smooth height animation using `@starting-style` and `allow-discrete` - Custom `›` arrow indicator that rotates on open - Proper focus-visible states - No JavaScript required ## Exclusive Accordion (One Open at a Time) Use the `name` attribute to group accordions: ```html
Question 1

Answer 1

Question 2

Answer 2

``` Only one in the group can be open at a time. ## See Also - [Sidebar navigation](https://graffiti-ui.com/llms/sidebar-nav.txt) - Uses details for collapsible sections