Skip to content

Instantly share code, notes, and snippets.

@arun12209
Created August 13, 2022 19:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arun12209/9416b776e5fd81dffd345fdc779783a8 to your computer and use it in GitHub Desktop.
Save arun12209/9416b776e5fd81dffd345fdc779783a8 to your computer and use it in GitHub Desktop.
sfdcLessonCanvasApp.cmp
<aura:component implements="force:appHostable,forceCommunity:availableForAllPageTypes,flexipage:availableForAllPageTypes" access="global">
<lightning:card >
<aura:set attribute="title">
<lightning:icon iconName="utility:connected_apps" size="small"/> <b>SFDC Lessons Canvas App</b>
</aura:set>
<force:canvasApp width="100%" maxWidth="infinite" height="600px" maxHeight="infinite"
developerName="Canvas_App"/>
<aura:set attribute="footer">
<a href="https://sfdclesson.com">SFDC Lessons</a>
</aura:set>
</lightning:card>
</aura:component>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment