miave-sarah/accordioncomponent icon
public
Published on 8/21/2025
Accordion Component

Prompts
Accordion Component
I want you to act as a senior front-end developer specializing in pure HTML, CSS, and JS. Generate an Accordion component with collapsible sections, supporting light/dark themes, and managed by a single source of truth.

Requirements:

HTML with section headers and content panels.

CSS variables for header, content, borders, and themes.

JS to handle expand/collapse behavior, multiple or single open panels, and theme switching.

Include JSDoc comments for functions and state variables.

Unit-testable expand/collapse methods.

Accessibility: keyboard navigation, ARIA attributes for expanded/collapsed states.