mirror of
https://github.com/vinliao/nashboard-old.git
synced 2025-12-19 05:35:18 +01:00
implement basic home components
This commit is contained in:
13
src/lib/Count.svelte
Normal file
13
src/lib/Count.svelte
Normal file
@@ -0,0 +1,13 @@
|
||||
<div class="rounded-md shadow border p-3">
|
||||
<span class="block text-center pb-3">TOTAL EVENTS</span>
|
||||
<div class="flex">
|
||||
<div class="flex-1">
|
||||
<span class="block text-center text-slate-400">1h</span>
|
||||
<span class="block text-center text-4xl">30</span>
|
||||
</div>
|
||||
<div class="flex-1">
|
||||
<span class="block text-center text-slate-400">24h</span>
|
||||
<span class="block text-center text-4xl">999</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user