12 lines
250 B
Svelte
12 lines
250 B
Svelte
<script lang="ts">
|
|
export let title: string;
|
|
|
|
</script>
|
|
|
|
|
|
<div class="absolute border-x-[1px] border-t-[1px] border-black/25 pl-1 pr-2 top-[-1.275rem] -left-[1px] text-[0.8rem] rounded-t-sm font-sans">{title}</div>
|
|
|
|
|
|
<style lang="postcss">
|
|
|
|
</style> |