Ausweis Prüfen

This commit is contained in:
Moritz Utcke
2024-02-28 14:49:53 +07:00
parent 52786a87f5
commit 438163217f
38 changed files with 744 additions and 463 deletions

View File

@@ -0,0 +1,8 @@
<div class="dropdown dropdown-hover dropdown-bottom">
<div role="button" tabindex="0">
<slot></slot>
</div>
<div class="dropdown-content bg-gray-700 text-white z-10 menu w-max shadow rounded-lg">
<slot name="tooltip"></slot>
</div>
</div>