Popover

Displays rich content in a floating panel, triggered by a button.

Installation

$npx maddex add Popover

With Form

Start with the uncontrolled composition from the Maddex primitive. This mirrors the familiar shadcn form example while using the installed Maddex API.

Preview

        
            
        
    

Controlled

Pass open and on-open-change when another part of the page needs the same visibility state.

Preview

        
            
        
    

Aligned Callout

Use side, align, and side-offset to keep the callout clear of nearby controls in a dense toolbar.

Preview