This commit is contained in:
fabio
2026-02-22 17:58:31 +01:00
parent 70e34465de
commit e069100c53
14 changed files with 519 additions and 24 deletions

15
ui-kit/index.html Normal file
View File

@@ -0,0 +1,15 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>UI Kit Dev</title>
</head>
<body>
<h1>UI Kit Dev</h1>
<ui-data-table-shell endpoint="/users/table" target="#target" page-size="10"></ui-data-table-shell>
<div id="target"></div>
<script type="module" src="/src/index.ts"></script>
</body>
</html>