Created
May 2, 2024 17:38
-
-
Save john-guerra/472c01f2a4d421ade4d4e4489a788a58 to your computer and use it in GitHub Desktop.
Reactive Widget Demo
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
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
<title>Document</title> | |
</head> | |
<body> | |
<h1>Reactive and Reusable Components Demo</h1> | |
<div class="main"> | |
<div id="xAttr"></div> | |
<div id="histX"></div> | |
<div id="sliderX"></div> | |
<div id="histY"></div> | |
</div> | |
<script type="module" src="js/main.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment