GitHub

accordion

Collapsible FAQ items built on native <details>/<summary> — no JavaScript required. The open/close animation is handled entirely by the browser.

Is there a free plan?

Yes — the free plan includes up to 3 pages and community support, with no credit card required.

Can I cancel anytime?

Absolutely. There are no contracts or lock-in periods. Cancel from your account settings at any time.

Does it work on older devices?

The app supports iOS 14+ and Android 8+, covering over 97% of active devices.

accordion({
  items: [
    { question: 'Is there a free plan?',     answer: 'Yes — up to 3 pages, no card required.' },
    { question: 'Can I cancel anytime?',     answer: 'No contracts. Cancel from your account.' },
    { question: 'Works on older devices?',   answer: 'iOS 14+ and Android 8+.' },
  ],
})
PropTypeDefault
itemsarray[]{ question: string, answer: string }[]