You need to sign in to do that
Don't have an account?
Sree Salesforce
How can i understand the below flow force:slds. In Lightning Do i need to use this framework flow is mandotory? Do i have any other option.
<aura:application extends="force:slds">
<div class="slds">
<div class="slds-page-header">
<div class="slds-grid">
<div class="slds-col slds-has-flexi-truncate">
<p class="slds-text-heading--label">Expenses</p>
<div class="slds-grid">
<div class="slds-grid slds-type-focus slds-no-space">
<h1 class="slds-text-heading--medium slds-truncate" title="My
Expenses">My Expenses</h1>
</div>
</div>
<c:ExpenseCmt />
</div>
</div>
</div>
</div>
</aura:application>
<div class="slds">
<div class="slds-page-header">
<div class="slds-grid">
<div class="slds-col slds-has-flexi-truncate">
<p class="slds-text-heading--label">Expenses</p>
<div class="slds-grid">
<div class="slds-grid slds-type-focus slds-no-space">
<h1 class="slds-text-heading--medium slds-truncate" title="My
Expenses">My Expenses</h1>
</div>
</div>
<c:ExpenseCmt />
</div>
</div>
</div>
</div>
</aura:application>
go to below link for understand force:slds extends
https://releasenotes.docs.salesforce.com/en-us/winter17/release-notes/rn_lightning_slds.htm
i hope it helps you.
Let me inform if it helps you and kindly mark it best answer if it helps you so it make proper soltuions for others
thanks
sfdcmonkey.com