Files
hello-world/l/lwc.html
Alfian Busyro 2e1afe5c6c Add Salesforce Lightning Web Component (#867)
Co-authored-by: Richie Bendall <richiebendall@gmail.com>
2020-11-20 22:48:13 +13:00

7 lines
136 B
HTML

<template>
<lightning-card>
<div class="slds-m-around_medium">
<p>Hello World</p>
</div>
</lightning-card>
</template>