Create a Hello World Lightning Web Component Unit | Salesforce

PHOTO EMBED

Mon May 03 2021 20:20:15 GMT+0000 (Coordinated Universal Time)

Saved by @powercod35 #java

<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>
content_copyCOPY

https://trailhead.salesforce.com/content/learn/projects/quick-start-lightning-web-components/create-a-hello-world-lightning-web-component