Skip to content

Instantly share code, notes, and snippets.

@simpluslabs
Created February 8, 2019 10:25
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 simpluslabs/d4070669df6655948ddac95a9677abf2 to your computer and use it in GitHub Desktop.
Save simpluslabs/d4070669df6655948ddac95a9677abf2 to your computer and use it in GitHub Desktop.
<template>
<div>
I'm Lightning Web Component
<br/>
Input : <input class="txtInput" />
<lightning-button label="Send to Aura Component" onclick={raiseEvent}></lightning-button>
</div>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment