Accordions are used to group similar content and hide or show it depending on user needs or preferences. Accordions give users more granular control over the interface and help digest content in stages, rather than all at once.
Install
pnpm add @balance-web/accordion
Import usage
import {
Accordion
} from '@balance-web/accordion';