Last active
November 18, 2023 14:03
-
-
Save svierk/53fe3183d35cfa3136939cdcf8a05cff to your computer and use it in GitHub Desktop.
HTML template for iFrame LWC
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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