Starting with the Component API (Accordion Component Part 1)
In this lesson, we start creating an accordion component. We start by designing the API for the component. It’s important for the component API to dictate the component implementation and not the other way around.