turbopug
Version:
No-junk JS component library with insignificant weight. All in one mush: Web-Components, Localization, Routing, Reactive binding, Debounce, Unique IDs, PSW hashing
19 lines • 718 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TURBO-INSIG</title>
<script src="test/my-counter.js" type="module"></script>
<script src="test/my-table.js" type="module"></script>
</head>
<body>
<p>
<my-counter label="TURBO-GEAR:"></my-counter>
</p>
<p>
<my-table items="[{'firstName':'Ruby','lastName':'Hooper'},{'firstName':'Kermit','lastName':'Carrillo'},{'firstName':'Yasir','lastName':'Ashley'},{'firstName':'Gage','lastName':'Ford'},{'firstName':'Jena','lastName':'Brady'}]"></my-counter>
</p>
</body>
</html>