sidlayouter
Sidlayouter is a layout management component designed to organize user interfaces into side regions and a central content area. It is commonly used in web applications and desktop UI toolkits to create two- or multi-column layouts with collapsible sidebars and adjustable panes.
Key features typically include support for left and right sidebars, multiple panes, collapsible and resizable panels,
Architecture and implementation generally describe Sidlayouter as a modular library that exposes an API to declare
Usage typically involves defining the regions, setting width constraints and behavior (collapsible, resizable), mounting the layout
See also: Responsive design, CSS grid, Flexbox, Layout manager, UI frameworks.