
Front end components :
There are two component's, one is accordion container component and another one is accordion section component, the container component will act as a container for section component's
Accordion Container Component Snippet
<script>
$(function() {
$( "#accordion" ).accordion();
});
</script>
<div id="globalcont">
<div id="header">
<div data-sly-resource="${ @path='container', resourceType='foundation/components/parsys'}">
</div>
<div...