Skip to content

Instantly share code, notes, and snippets.

@simpluslabs
Created February 8, 2019 10:16
Show Gist options
  • Save simpluslabs/fe9c43160fc1f852be911dbd6fb146f2 to your computer and use it in GitHub Desktop.
Save simpluslabs/fe9c43160fc1f852be911dbd6fb146f2 to your computer and use it in GitHub Desktop.
<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