Created
October 10, 2023 07:44
-
-
Save svierk/5a23294c8afaf0362b450fb9dbf877e4 to your computer and use it in GitHub Desktop.
HTML Template for 3D Elements Demo 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> | |
<lightning-card title="3D Elements Demo (Three.js)" icon-name="custom:custom57"> | |
<div class="container slds-var-p-horizontal_medium" lwc:dom="manual"></div> | |
</lightning-card> | |
</template> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment