Skip to content

Instantly share code, notes, and snippets.

@svierk
Last active November 18, 2023 14:03
Show Gist options
  • Save svierk/53fe3183d35cfa3136939cdcf8a05cff to your computer and use it in GitHub Desktop.
Save svierk/53fe3183d35cfa3136939cdcf8a05cff to your computer and use it in GitHub Desktop.
HTML template for iFrame LWC
<template>
<iframe
src={url}
height={height}
width={width}
title="iFrame"
></iframe>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment