homemanager-fe/src/components/house-planner/PlannerSidebars.vue

8 lines
135 B
Vue

<template>
<div
class="absolute right-0 top-0 z-10 mt-4 flex flex-col items-end space-y-2"
>
<slot />
</div>
</template>