Skip to content

Commit 670c4e1

Browse files
Added ERP Hierarchical Grid (#15)
1 parent a3a1dd2 commit 670c4e1

File tree

95 files changed

+3205
-182
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+3205
-182
lines changed

package-lock.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

projects/erp-hgrid/index.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,15 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>Vite + Lit + TS</title>
6+
<title>ERP Inventory</title>
77
<link rel="stylesheet" href="./src/index.css" />
8-
<script type="module" src="./src/erp-hierarchical-grid.ts"></script>
8+
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" />
9+
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet" />
10+
<link rel="stylesheet" href="./node_modules/igniteui-webcomponents/themes/light/material.css" />
11+
<link rel="stylesheet" href="./node_modules/igniteui-webcomponents-grids/grids/themes/light/material.css" />
12+
<script type="module" src="./src/components/erp-hierarchical-grid.ts"></script>
913
</head>
10-
<body>
14+
<body class="ig-scrollbar ig-typography">
1115
<app-erp-hgrid></app-erp-hgrid>
1216
</body>
1317
</html>

0 commit comments

Comments
 (0)