add: bottom toolbar, remove button for cards

Implemented bottom toolbar for adding and calculating, added remove button for Price Cards
This commit is contained in:
webfussel 2025-02-17 20:38:18 +01:00
parent aa9c936f80
commit c99c243dfc
10 changed files with 144 additions and 15 deletions
app/components/Pp

View file

@ -0,0 +1,9 @@
<template>
<section class="Toolbar">
<slot />
</section>
</template>
<script setup lang="ts">
</script>