mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-01-31 15:37:09 +01:00
5 lines
120 B
Vue
5 lines
120 B
Vue
<template>
|
|
<div class="flex rounded-sm px-2 py-2 bg-zinc-900 text-zinc-600">
|
|
<slot />
|
|
</div>
|
|
</template> |