Files
nocodb/packages/nc-gui/components/nc/Modal/SupportedDocsSidebar.vue
mertmit 69a29568c7 chore: sync
Signed-off-by: mertmit <mertmit99@gmail.com>
2026-01-10 00:21:02 +03:00

9 lines
229 B
Vue

<template>
<div class="w-[320px] h-full flex-none p-5 bg-nc-bg-gray-extralight border-l-1 border-nc-border-gray-medium">
<slot />
<slot name="divider">
<NcDivider class="!my-4" />
</slot>
</div>
</template>