Docs / Components / Accordion

Accordion

Accordion component with smooth animations

Installation

Run the following command in your terminal to add the component to your project:

1npx rankflow-ui@latest add accordion

Props Reference

PropTypeDefaultDescription
itemsAccordionItem[]DEFAULT_ITEMSArray of accordion items, each with id, question, and answer fields.
allowMultiplebooleanfalseWhether multiple accordion items can be open at the same time.
classNamestring''Additional CSS classes for the accordion wrapper.