Add Salesforce Lightning Web Component (#867)

Co-authored-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
Alfian Busyro
2020-11-20 18:48:13 +09:00
committed by GitHub
parent 037f927d89
commit 2e1afe5c6c
2 changed files with 9 additions and 1 deletions

7
l/lwc.html Normal file
View File

@@ -0,0 +1,7 @@
<template>
<lightning-card>
<div class="slds-m-around_medium">
<p>Hello World</p>
</div>
</lightning-card>
</template>