Skip to content

Commit 4aa370e

Browse files
splash loading
Signed-off-by: jackdisalvatore <[email protected]>
1 parent fb673be commit 4aa370e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<script lang="ts">
2+
import { Progress } from 'stwui';
3+
</script>
4+
5+
<section class="flex h-screen flex-col items-center justify-center">
6+
<h1 class="m-2 text-2xl">{'Unity Auth'}</h1>
7+
<p class="m-2 text-base font-normal">{'Loading...'}</p>
8+
<div class="m-2 w-52 max-w-52">
9+
<Progress value={0} indeterminate size="md" />
10+
</div>
11+
</section>
12+
13+
<style>
14+
section {
15+
background-color: hsl(var(--background));
16+
}
17+
</style>

0 commit comments

Comments
 (0)