Skip to content

Instantly share code, notes, and snippets.

@simpluslabs
Created February 8, 2019 11:18
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/e1823740768b6d484890806f86e9606e to your computer and use it in GitHub Desktop.
Save simpluslabs/e1823740768b6d484890806f86e9606e to your computer and use it in GitHub Desktop.
<template>
<lightning-card title="CreateRecord" icon-name="standard:record">
<div class="slds-m-around_medium">
<lightning-input label="Id" disabled value={accountId}></lightning-input>
<lightning-input label="Name" onchange={onNameChange} class="slds-m-bottom_x-small"></lightning-input>
<lightning-button label="Create Account" variant="brand" onclick={createAccount}></lightning-button>
</div>
</lightning-card>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment