Accordion
A set of collapsible panels with headings.
Our flagship product combines cutting-edge technology with sleek design. Built with premium materials, it offers unparalleled performance and reliability.
We offer worldwide shipping with various delivery options to suit your needs. Orders are processed within 24 hours and typically arrive within 5-10 business days.
We accept returns within 30 days of purchase. Items must be in original condition and packaging. Please contact our support team to initiate a return.
Features
- Full keyboard navigation support
- Supports single or multiple expanded panels
- Supports horizontal and vertical orientations
Installation
typo3 ui:add accordion
Please copy the files manually from GitHub into your project.
Read more about installing Components and Primitives.
Examples
Multiple Expanded Panels
Allow multiple accordion items to be expanded at once by setting multiple to true.
Content for the first item.
Content for the second item.
Content for the third item.
Disabled Items
Disable specific accordion items to prevent interaction.
Content for the enabled item.
This content cannot be accessed.
Anatomy
<primitives:accordion.root>
<primitives:accordion.item>
<primitives:accordion.itemHeader>
<primitives:accordion.itemTrigger>
<primitives:accordion.itemIndicator />
</primitives:accordion.itemTrigger>
</primitives:accordion.itemHeader>
<primitives:accordion.itemContent />
</primitives:accordion.item>
</primitives:accordion.root>