propapier/app/components/Pp/Toolbar.vue
webfussel d0f2adaa38 add: collapsing and deletion animation
Added collapsable cards and animation for deletion and card footer
2025-03-06 13:20:56 +01:00

9 lines
114 B
Vue
Executable file

<template>
<section class="Toolbar">
<slot />
</section>
</template>
<script setup lang="ts">
</script>