Created
February 8, 2019 10:16
-
-
Save simpluslabs/fe9c43160fc1f852be911dbd6fb146f2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<lightning-card title="HelloWorld" icon-name="standard:custom_notification"> | |
<div class="slds-m-around_medium slds-p-around_small"> | |
<p>Welcome to, {greet}!</p> | |
<lightning-input label="Name" value={greet} onchange={onNameChange}></lightning-input> | |
</div> | |
</lightning-card> | |
</template> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment