Hi,
What is the way to have children of smart-accordion-item?
In the example below I want to have 4 child items under “First Item”.
How can this be achieved?
<smart-accordion id="accordion">
<smart-accordion-item label="First Item">First Item Content.</smart-accordion-item>
<smart-accordion-item label="Second Item">Second Item Content.</smart-accordion-item>
<smart-accordion-item label="Third Item">Third Item Content.</smart-accordion-item>
<smart-accordion-item label="Fourth Item">Fourth Item Content.</smart-accordion-item>
</smart-accordion>
Thank you.