Skip to content

Instantly share code, notes, and snippets.

@arun12209
Created January 15, 2023 05:53
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 arun12209/1f990f0361149c488165b012aba8ca80 to your computer and use it in GitHub Desktop.
Save arun12209/1f990f0361149c488165b012aba8ca80 to your computer and use it in GitHub Desktop.
<template>
<template lwc:if={expression1}>
Statement 1
</template>
<template lwc:elseif={expression2}>
Statement 2
</template>
<template lwc:else>
Statement 3
</template>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment