Alert

Displays a callout for user attention.

Installation

$npx maddex add Alert

Basic

A default alert with an icon, title, and description for positive status updates.

Preview

        
            
        
    

Destructive

Use variant="destructive" to signal a failed action or a high-priority issue.

Preview

        
            
        
    

Action

Use AlertAction to add a contextual call to action without leaving the alert layout.

Preview