feat: add bubble names

This commit is contained in:
Shivam Mishra
2024-12-12 13:25:44 +05:30
parent c561cf596b
commit 873e67363d
8 changed files with 12 additions and 9 deletions
@@ -27,7 +27,10 @@ const senderName = computed(() => {
</script>
<template>
<BaseBubble class="overflow-hidden grid gap-4 min-w-64 p-0">
<BaseBubble
class="overflow-hidden grid gap-4 min-w-64 p-0"
data-bubble-name="attachment"
>
<slot name="before" />
<div class="grid gap-3 px-3 pt-3 z-20">
<div