feat/shape-node #36

Merged
max merged 33 commits from feat/shape-node into main 2026-02-09 22:32:14 +01:00
Showing only changes of commit 33f10da396 - Show all commits

View File

@@ -7,14 +7,19 @@
open?: boolean;
class?: string;
}
let { title = 'Details', transparent = false, children, open = $bindable(false), class: _class }:
Props = $props();
let {
title = 'Details',
transparent = false,
children,
open = $bindable(false),
class: _class
}: Props = $props();
</script>
<details
class:transparent
bind:open
class="text-text outline-1 outline-outline bg-layer-1 {_class}"
class="text-text outline-1 outline-outline bg-layer-2 {_class}"
>
<summary>{title}</summary>
<div>