Skip to content

Instantly share code, notes, and snippets.

@john-guerra
Created May 2, 2024 17:38
Show Gist options
  • Save john-guerra/472c01f2a4d421ade4d4e4489a788a58 to your computer and use it in GitHub Desktop.
Save john-guerra/472c01f2a4d421ade4d4e4489a788a58 to your computer and use it in GitHub Desktop.
Reactive Widget Demo
<!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