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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>

View File

@ -8,7 +8,7 @@ Thanks to everyone who continues to contribute; new languages are created every
Make sure to see [contributing.md](/contributing.md) for instructions on contributing to the project!
<!--Languages start-->
## Languages (713 total)
## Languages (714 total)
* [05Ab1E](%23/05AB1E)
* [0815](%23/0815.0815)
@ -418,6 +418,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
* [Lsl](l/lsl.lsl)
* [Lua](l/lua.lua)
* [Lua Grimex](l/lua_grimex.j)
* [Lwc](l/lwc.html)
* [Löve](l/L%C3%B6ve.lua)
* [M4](m/m4.m4)
* [Maclisp](m/maclisp.lisp)