๐ฆDockable Splits & TabsDrag panels to split screens or group them into tabbed containers. Full tree-based layout engine with serialization.
๐ฌZero-Unmount DOM PreservationWebGL maps, terminal consoles, and stateful forms keep their DOM nodes intact when hidden. No remount, no state loss.
๐ชFloating WindowsPop panels out into resizable floating windows with maximize, minimize, z-index management, and sticky positioning.
๐i18n & RTL SupportFull Right-to-Left layout support (Arabic, Hebrew, Persian). Set dir="rtl" on the provider โ every control, tab, and drop zone flips automatically.
๐Pub/Sub Event BusLightweight inter-panel messaging with subscribe/publish. Panels communicate without prop drilling.
๐ ๏ธWorkspaceClient PatternConfiguration and imperative API live on a client object outside the React tree โ like TanStack QueryClient.