Vertical Groups

An example of a vertical group of panes.

Top
Bottom

Anatomy

Here's the high-level structure of the example above:

	<script lang="ts">
	import { PaneGroup, Pane, PaneResizer } from "paneforge";
</script>
 
<PaneGroup direction="vertical">
	<Pane defaultSize={50} />
	<PaneResizer />
	<Pane defaultSize={50} />
</PaneGroup>	
MIT

© 2024 Svecosystem Team