A flexible Svelte 5 component for creating resizable split panes with drag-to-resize, keyboard navigation, responsive layouts, and nested configurations. Perfect for dashboards, editors, and complex layouts requiring adjustable content areas.
Setup #
<script lang="ts">
import { SplitPane, Pane } from 'flowbite-svelte';
</script> Usage Examples #
See examples and code.
Component data #
The component has the following props, type, and default values. See types page for type information.
Loading...
GitHub Links #
LLM Link #