-
How to arrange two components in a single <lightning:layout> in Salesforce?
I want to show two components side by side. I have taken two <lightning:layoutItem> and given size = 6 for both of them. For <lightning:layout>, I have selected multipleRows=”true”. But still my components are showing as:
Component 1
Component 2
instead of
Component 1 Component 2
Log In to reply.