Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 618 Bytes

File metadata and controls

14 lines (8 loc) · 618 Bytes

Build an "Accordion" component.

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.

Getting started:

  • npm install
  • npm run dev