Skip to content

Commit

Permalink
feat(demo): improve icon demo
Browse files Browse the repository at this point in the history
  • Loading branch information
MM25Zamanian committed Oct 29, 2022
1 parent 92f6c4b commit 9bfa525
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
13 changes: 13 additions & 0 deletions demo/icon/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<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>@alwatr/icon</title>
<script type="module" src="./index.js"></script>
</head>

<body>
<alwatr-icon></alwatr-icon>
</body>
</html>
1 change: 1 addition & 0 deletions demo/icon/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import '@alwatr/icon';
1 change: 1 addition & 0 deletions demo/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
{"path": "../packages/core/logger"},
{"path": "../packages/core/fetch"},
{"path": "../packages/core/signal"},
{"path": "../packages/ui/icon"},
{"path": "../packages/core/router"},
{"path": "../packages/core/i18n"},
{"path": "../packages/core/math"},
Expand Down

0 comments on commit 9bfa525

Please sign in to comment.