Resizable

Accessible resizable panel groups and layouts with keyboard support.

Installation

$npx maddex add Resizable

Basic

Start with a horizontal panel group when navigation or context should stay beside the primary workspace.

Preview

        
            
        
    

Vertical

Use orientation="vertical" when stacked areas such as a summary and activity feed need adjustable height.

Preview

        
            
        
    

Handle

Use withHandle="true" to show a stronger resize affordance, especially when a layout has more than two regions.

Preview