Prototype implementation
This commit is contained in:
parent
315143a6fc
commit
14b0bc6d01
160 changed files with 5731 additions and 42 deletions
|
|
@ -0,0 +1,8 @@
|
|||
<button hx-get="/feedback/modal/"
|
||||
hx-target="#modal-container"
|
||||
hx-swap="innerHTML"
|
||||
class="fixed bottom-6 right-6 bg-white border border-slate-300 shadow-lg
|
||||
rounded-full p-3 hover:bg-slate-50 z-40 transition-colors"
|
||||
title="Feedback geben">
|
||||
💬
|
||||
</button>
|
||||
Loading…
Add table
Add a link
Reference in a new issue