<Accordion
id="all-sections-open-example"
items={[
{
content: {
children: [
<ul key="0" className="govuk-list govuk-list--bullet"><li>Example item 1</li></ul>
]
},
expanded: true,
heading: {
children: 'Section A'
}
},
{
content: {
children: [
<ul key="0" className="govuk-list govuk-list--bullet"><li>Example item 2</li></ul>
]
},
expanded: true,
heading: {
children: 'Section B'
}
}
]}
/>