Accordion

Overview

Accordions allow users to expand and collapse sections of content. They are useful when you want to toggle between hiding and showing large amounts of content.

Demo

Props

PropertyDescriptionTypeValuesDefaultRequired
titleThe title for the accordionstringstring
openSet the accordion to openboolean | undefinedboolean | undefinedfalse
variantThe variant for the accordionAccordionVariant | undefined"background" | "border""background"

Slots

NameDescriptionType
defaultThe content for the accordionany