function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sree SalesforceSree 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>
Best Answer chosen by Sree Salesforce
sfdcMonkey.comsfdcMonkey.com
hi manne
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