MDX lets you write JSX in Markdown documents.
Accordion
1 min readStableBeginner
The Accordion component creates collapsible content sections — ideal for FAQs and troubleshooting guides.
Quick Start
A single collapsible section.
Adding Options
Multiple stacked accordions, each independent.
OwnDocs uses JWT-based session cookies for private mode.
Yes. Set the THEME_VARIANT environment variable to any of 26 options.
Advanced
Use defaultOpen to start expanded, and id for URL hash deep-linking.
This starts expanded on page load.
Linking to /features/components/accordion#faq-direct opens this automatically.
Options
titlestringrequiredHeading text on the toggle button.
idstringEnables URL hash deep-linking.
defaultOpenbooleanDefault: falseStarts expanded on load.
childrenReactNoderequiredContent shown when the accordion is expanded.
Related pages
Was this page helpful?