x
1
2
3
<details class="rpf-accordion"><summary class="rpf-accordion__title">Accordion Title<span class="rpf-accordion__icon"></span></summary>
<div class="rpf-accordion__text">This is the text for my accordion component.</div>
</details>
1
render DesignSystem::AccordionComponent.new(title:, text:, expanded:)
Param Description Input

The title/summary of the accordion

The content of the accordion