Hello friends today post, how to create Collapse section in lightning component.. so let us start.. Step=>1. goto developer console File=>New=>Lightning Component Component name:- collapseSection.cmp <aura:component implements="force:appHostable,flexipage:availableForAllPageTypes,flexipage:availableForRecordHome,force:hasRecordId,forceCommunity:availableForAllPageTypes,force:lightningQuickAction" access="global" > <!--section 1 start--> <div class="slds-section slds-is-open" aura:id="fruitsSection" style="margin-left:15px;"> <!--section header--> <h3 class="slds-section__title"> <button aria-controls="fruitsLi...