This commit is contained in:
@@ -4,13 +4,15 @@
|
||||
const {
|
||||
title,
|
||||
children,
|
||||
unsized = false,
|
||||
}: {
|
||||
title: string;
|
||||
children: Snippet;
|
||||
unsized?: boolean;
|
||||
} = $props();
|
||||
</script>
|
||||
|
||||
<div class="flex flex-col w-72 m-4 gap-1">
|
||||
<div class="flex flex-col gap-1 {unsized ? '' : 'w-72 m-4'}">
|
||||
<div class="bg-gray-100 text-black font-bold px-2 rounded uppercase">
|
||||
{title}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user