prompt 9
This commit is contained in:
15
ui-kit/index.html
Normal file
15
ui-kit/index.html
Normal 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>
|
||||
Reference in New Issue
Block a user