feat(new tool): ULID generator (#623)

This commit is contained in:
Corentin THOMASSET
2023-09-12 00:57:42 +02:00
committed by GitHub
parent 557b30426f
commit 5c4d775e2d
11 changed files with 174 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ const isTargetHovered = useElementHover(targetRef);
</div>
<div
v-if="tooltip || $slots.tooltip"
class="absolute bottom-100% left-50% z-10 mb-5px whitespace-nowrap rounded bg-black px-12px py-6px text-sm text-white shadow-lg transition transition transition-duration-0.2s -translate-x-1/2"
:class="{
'op-0 scale-0': isTargetHovered === false,