feat: publish widget markup (#12)
This commit is contained in:
parent
85eb81ba80
commit
6e54d95bbc
4 changed files with 32 additions and 9 deletions
14
components/publish/PublishWidget.vue
Normal file
14
components/publish/PublishWidget.vue
Normal file
|
@ -0,0 +1,14 @@
|
|||
<script setup lang="ts">
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div flex flex-col gap-4>
|
||||
<textarea p2 border-rounded w-full h-40 color-black placeholder="What's on your mind?" />
|
||||
<div flex justify-end>
|
||||
<button h-9 w-22 bg-primary border-rounded>
|
||||
Publish!
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
Loading…
Add table
Add a link
Reference in a new issue