Let's continue with our accordion component refactor. In this lesson, we'll create two components: Accordion
and AccordionItem
. This will allow us to use a data-driven approach to declaring the visibility of each item's associated body.
View the extended source code for this lesson on GitHub.