ResizableSplitter
LayoutA resizable split container.
Preview
First Pane
Second Pane
Usage
<ResizableSplitter>
{#snippet first()}Left{/snippet}
{#snippet second()}Right{/snippet}
</ResizableSplitter>Props
| Name | Type | Default | Description |
|---|---|---|---|
| direction | 'horizontal' | 'vertical' | 'horizontal' | Split direction. |
| initialSplit | number | 50 | Initial split percentage. |
Slots
| Name | Description |
|---|---|
| first | First pane content (snippet). |
| second | Second pane content (snippet). |