Files
speckle-server/packages/frontend-2/components/presentation/floatingPanel/FloatingPanel.vue
T
2025-09-15 10:01:59 +02:00

8 lines
154 B
Vue

<template>
<div
class="bg-foundation border border-outline-3 rounded-xl p-1 shadow-md h-10 flex items-center"
>
<slot />
</div>
</template>