first commit
This commit is contained in:
16
app/components/home/HomeChart.server.vue
Normal file
16
app/components/home/HomeChart.server.vue
Normal file
@@ -0,0 +1,16 @@
|
||||
<template>
|
||||
<UCard class="shrink-0" :ui="{ body: '!px-0 !pt-0 !pb-3' }">
|
||||
<template #header>
|
||||
<div>
|
||||
<p class="text-xs text-muted uppercase mb-1.5">
|
||||
Revenue
|
||||
</p>
|
||||
<p class="text-3xl text-highlighted font-semibold">
|
||||
---
|
||||
</p>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<div class="h-96" />
|
||||
</UCard>
|
||||
</template>
|
||||
Reference in New Issue
Block a user