This repository is the companion to the "Build an "Accordion" component" practice exercise.
Build a component that receives a list of items with title and content and displays them as an Accordion.
Each heading can be opened and closed individually. Users can open multiple headings at the same time.
When you're ready to check your work, check out the official solution.
npm installnpm run dev