Skip to content

Instantly share code, notes, and snippets.

@arun12209
Created July 6, 2022 17:42
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/7b24c8cc6b2e7a431a19c23d838e9b65 to your computer and use it in GitHub Desktop.
Save arun12209/7b24c8cc6b2e7a431a19c23d838e9b65 to your computer and use it in GitHub Desktop.
conferenceApp.html
<template>
<lightning-card title="Conference App" icon-name="standard:lightning_component">
<div class="slds-p-around_x-large">
<p class="header-para">Welcome to Salesforce Conference</p><br/>
<p><b>Speakers List</b></p>
<c-audience-list audiences={speakerslist}></c-audience-list>
<p><b>Audiences List</b></p>
<c-audience-list audiences={audienceslist}></c-audience-list>
</div>
</lightning-card>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment