Skip to content
Flow-UILive

Accordion

A tappable header that expands to reveal nested widgets, any registered type included.

Edit the JSON
Refunds land in 5 to 7 days
Back to the original payment method
9:41

Payload#

FieldTypeDefaultDescription
headerreqTextDataThe always visible row that toggles expansion.
initially_expandedBoolfalseWhether the accordion starts open.
itemsreq[Widget]Complete widgets, decoded through the same registry as everything else.

Notes#

The items are full widgets, which makes the accordion a composition proof: your custom widgets nest inside it with zero extra work. The expanded flag lives in the state store, so it survives scrolling.