forked from coracle/flotilla
8 lines
252 B
Svelte
8 lines
252 B
Svelte
<div class="flex items-center gap-2 p-2 text-xs uppercase opacity-50">
|
|
<div class="h-px flex-grow bg-base-content opacity-25" />
|
|
{#if $$slots.default}
|
|
<p><slot /></p>
|
|
<div class="h-px flex-grow bg-base-content opacity-25" />
|
|
{/if}
|
|
</div>
|