Overview of PaneForge features
mainPaneForge is a library of Svelte components designed for creating resizable pane layouts. It is inspired by react-resizable-panels and provides the following capabilities:
- Resizable Panes: Users can resize panes by dragging resizers between them.
- Nested Groups: Supports nesting groups of panes within other groups to build complex, hierarchical layouts.
- Customization: Layout appearance and behavior can be modified via Svelte props and CSS.
- Persistence: Supports persisting pane layouts across page loads using LocalStorage or cookies.
- Accessibility: Designed with accessibility in mind for users of assistive technologies.