Dropdown Menu

Displays a menu to the user, such as a set of actions or functions, triggered by a button.

Installation

$npx maddex add DropdownMenu

Basic

Start with an uncontrolled account menu when the trigger and content can manage their own open state.

Preview

        
            
        
    

Controlled

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

Preview

        
            
        
    

Checkboxes And Radio Items

Combine checkbox items for persistent toggles with radio items for one-of-many layout choices.

Preview