The Accordion component introduces:

The method <%= code("render_accordion") %> defined in <%= code("app/helpers/components/accordion_helper.rb") %> accepts a <%= code("title:") %> and <%= code("description:") %> keyword arguments in the inline usage.

When passed only a <%= code("title") %> argument, the helper will accept a block to be rendered as the content for the description.

When passed no arguments, the block passed to the accordion helper must call <%= code("accordion_title") %> and <%= code("accordion_description") %> both of which accept blocks for the content for those portals within the component.