CmdocsCmdocs
Components

Accordion

Collapsible content sections for FAQs and expandable details.

Accordion

Accordions are collapsible sections — great for FAQs, optional details, and reducing page length. Wrap individual <Accordion> items in an <Accordions> container.

Basic Accordion

<Accordions>
  <Accordion title="What is cmdocs?">
    cmdocs is a documentation platform...
  </Accordion>
  <Accordion title="Is it free?">
    cmdocs has a generous free tier.
  </Accordion>
  <Accordion title="Does it support dark mode?">
    Yes, dark mode is built-in and works automatically.
  </Accordion>
</Accordions>

With Rich Content

Accordions support full Markdown inside — including callouts, code blocks, and other components.

Props

<Accordions>

Prop

Type

<Accordion>

Prop

Type

How is this guide?

On this page