Add nonfunctional text box to create new notes

This commit is contained in:
Joscha 2025-02-06 02:55:33 +01:00
parent 6c785ce566
commit 8453f6ee53
4 changed files with 96 additions and 7 deletions

View file

@ -0,0 +1,7 @@
<template>
<div
class="flex select-none items-center rounded-sm border bg-white p-0.5 transition hover:scale-110 active:scale-95"
>
<slot></slot>
</div>
</template>