Skip to content
Powered byPagefind
AccordionAccordion

Accordion

Collapsible content block for FAQs and technical details.


Accordion renders a collapsible <details> element with a styled summary. Works in both .md and .mdx files.

Usage

:::accordion[This is title]
Content goes here.

Can include paragraphs, lists, code blocks, and other components.
:::

Preview

This is title

Content goes here.

Can include paragraphs, lists, code blocks, and other components.