Is it accessible?
Is it styled?
Is it animated?
Installation
templui add accordionAPI Reference
Accordion
The main accordion container component.
| Name | Type | Default |
|---|---|---|
Unique identifier for the accordion element. | | - |
Additional CSS classes to apply to the accordion. | | - |
Additional HTML attributes to apply to the accordion element. | | - |
Item
Individual accordion item container.
| Name | Type | Default |
|---|---|---|
Unique identifier for the item element. | | - |
Additional CSS classes to apply to the item. | | - |
Additional HTML attributes to apply to the item element. | | - |
Trigger
Clickable trigger element that toggles the accordion item.
| Name | Type | Default |
|---|---|---|
Unique identifier for the trigger element. | | - |
Additional CSS classes to apply to the trigger. | | - |
Additional HTML attributes to apply to the trigger element. | | - |
Content
Collapsible content area of the accordion item.
| Name | Type | Default |
|---|---|---|
Unique identifier for the content element. | | - |
Additional CSS classes to apply to the content. | | - |
Additional HTML attributes to apply to the content element. | | - |