Skip to content

Accordion

An accordion is a vertically stacked list of interactive items that can be expanded or collapsed. Each item can be expanded or collapsed independently from the others.

API Documentation

Import

Terminal window
import { Accordion } from "@aeonkit/react";

Usage

Single

Single accordion allows only one item to be expanded at a time.

Multiple

Multiple accordion allows multiple items to be expanded at a time.

Props

API Interface: AccordionProps