lightview
Version:
Small, simple, powerful web UI and micro front end creation ... Great ideas from Svelte, React, Vue and Riot combined.
14 lines • 326 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Lightview: Components</title>
</head>
<body>
<h2>Chart Components</h2>
<ul>
<li><a href="./components/chart/repl.html">Bar, Pie, Column</a></li>
<li><a href="./components/gantt/example.html">Gannt</a></li>
</ul>
</body>
</html>