Closed dominicpanarello closed 6 years ago
Example use:
{
key: 'mykey1',
title: 'mytitle1',
value: <div>Hey there1</div>
},
{
key: 'mykey2',
title: 'mytitle2',
value: <div>Hey there2</div>
}
];
<Accordion contents={accordionSections}/>```
Example use: