Menubar

A visually persistent menu bar for desktop-style commands, toggles, and nested actions.

Installation

$npx maddex add Menubar

Basic

Start with an uncontrolled menubar when the menu can manage its own open state and keyboard navigation.

Preview

        
            
        
    

Controlled

Pass open and on-open-change when surrounding UI needs to react while a menu is visible.

Preview

        
            
        
    

Checkboxes And Radio Items

Use checkbox items for persistent toggles and radio items for a single active layout choice.

Preview

        
            
        
    

Submenu With Icons

Combine nested actions, icons, and destructive styling when a menubar menu needs richer command grouping.

Preview