Created template for tooltips

This commit is contained in:
2023-06-22 13:55:24 +02:00
parent f16639b45e
commit cab5602f78
2 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<script setup lang="ts">
</script>
<template>
<div class="flex flex-row">
<button class="grow-0 tool-button ">&lt;</button>
<div id="content" class="w-1/3">fdfgjoejgioej</div>
</div>
</template>