Ausweis Prüfen
This commit is contained in:
8
src/components/AusweisPruefenTooltip.svelte
Normal file
8
src/components/AusweisPruefenTooltip.svelte
Normal 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>
|
||||
Reference in New Issue
Block a user