nicer sidebar card

This commit is contained in:
taskylizard
2023-11-03 16:28:40 +05:30
parent fee503e3e3
commit 8a8b36d21e
3 changed files with 20 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ const showModal = ref(false);
</script>
<template>
<button class="modal-button" @click="showModal = true">Feedback</button>
<button class="p-[4px 8px] text-xl i-carbon:user-favorite-alt-filled" @click="showModal = true" />
<Teleport to="body">
<Transition name="modal">