file tabs

This commit is contained in:
vcoppe
2024-04-19 16:13:08 +02:00
parent 675b1bd919
commit 13af33903b
12 changed files with 207 additions and 10 deletions

View File

@@ -0,0 +1,12 @@
<script lang="ts">
import * as Tooltip from '$lib/components/ui/tooltip/index.js';
</script>
<Tooltip.Root>
<Tooltip.Trigger>
<slot name="data" />
</Tooltip.Trigger>
<Tooltip.Content side="top">
<slot name="tooltip" />
</Tooltip.Content>
</Tooltip.Root>