Skip to content

Instantly share code, notes, and snippets.

@sakthivelsfdc
Created July 19, 2019 10:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sakthivelsfdc/c61c11bd85f47f907b40299ae25e935e to your computer and use it in GitHub Desktop.
Save sakthivelsfdc/c61c11bd85f47f907b40299ae25e935e to your computer and use it in GitHub Desktop.
<template>
<lightning-card title="HelloWorld" icon-name="custom:custom14">
<div class="slds-m-around_medium">
<p>Hello, {greeting}!</p>
<lightning-input label="Name" value={greeting} onchange={changeHandler}></lightning-input>
</div>
</lightning-card>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment