feature/storybook-coverage #18

Merged
ilia merged 8 commits from feature/storybook-coverage into main 2026-01-18 18:00:42 +00:00
Showing only changes of commit 2444e05bb7 - Show all commits

View File

@@ -9,7 +9,7 @@ let { children, width = 'max-w-3xl' }: Props = $props();
<div class="flex min-h-screen w-full items-center justify-center bg-slate-50 p-8"> <div class="flex min-h-screen w-full items-center justify-center bg-slate-50 p-8">
<div class="w-full bg-white shadow-xl ring-1 ring-slate-200 rounded-xl p-12 {width}"> <div class="w-full bg-white shadow-xl ring-1 ring-slate-200 rounded-xl p-12 {width}">
<div class="relative"> <div class="relative flex justify-center items-center">
{@render children()} {@render children()}
</div> </div>
</div> </div>