Skip to content

Commit

Permalink
WIP: add user menu placeholder
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Henseler <[email protected]>
  • Loading branch information
bromiesTM committed Jul 25, 2024
1 parent ebe2c41 commit ed7012f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions IONOS/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<body>
<script type="module" src="/src/main.ts"></script>
<ionos-global-nav home_src="#">
<ionos-user-menu></ionos-user-menu>
</ionos-global-nav>
</body>
</html>
4 changes: 4 additions & 0 deletions IONOS/src/components/UserMenu.svelte
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<svelte:options customElement="ionos-user-menu" />
<h1>
Placeholder
</h1>
1 change: 1 addition & 0 deletions IONOS/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@


import "./components/Header.svelte";
import "./components/UserMenu.svelte";

0 comments on commit ed7012f

Please sign in to comment.