feat: Contact card with expand view

This commit is contained in:
iamsivin
2024-11-04 15:15:17 +05:30
parent f341d159c2
commit dd9e9286b3
7 changed files with 410 additions and 3 deletions
@@ -84,7 +84,7 @@ const pageInfo = computed(() => {
<span class="px-3 tabular-nums py-0.5 bg-n-alpha-black2 rounded-md">
{{ currentPage }}
</span>
<span>{{ pageInfo }}</span>
<span class="truncate">{{ pageInfo }}</span>
</div>
<Button
icon="i-lucide-chevron-right"