Skip to content

Accordion

The following accordion component is used for showing hidden information based on the collapse and expand. You can use it as a single component and style it extensively by yourself if you desire. It takes in an array of elements items with title and content. An example of usage is:

Install the following libraries. Assuming you have Tailwind CSS installed

Terminal window
npm install framer-motion

Preview