Add nonfunctional text box to create new notes
This commit is contained in:
parent
6c785ce566
commit
8453f6ee53
4 changed files with 96 additions and 7 deletions
7
gdn-app/src/components/CNoteButton.vue
Normal file
7
gdn-app/src/components/CNoteButton.vue
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue