React Alert Dialog - Simple Success Message
A minimal success alert dialog with celebratory title and confirmation message for completed actions
Looking to implement shadcn/ui patterns?
Join our Discord community for help from other developers.
Success deserves celebration—not just silent state changes. This React alert dialog announces completed actions with an enthusiastic Success! title and confirmation message, giving users the dopamine hit of accomplishment. Built with shadcn/ui and Radix UI with clean minimal styling (no green backgrounds or check icons), the straightforward design focuses on the message itself. Perfect for form submissions, account creation, settings updates, or any completed action where explicit acknowledgment builds user confidence that their intent was executed successfully.
Pattern created by @haydenbleasel
Installation
npx shadcn@latest add https://www.shadcn.io/registry/alert-dialog-success-1.json
npx shadcn@latest add https://www.shadcn.io/registry/alert-dialog-success-1.json
pnpm dlx shadcn@latest add https://www.shadcn.io/registry/alert-dialog-success-1.json
bunx shadcn@latest add https://www.shadcn.io/registry/alert-dialog-success-1.json
Related patterns you will also like
Success with Icon
Icon-enhanced success message
Toast Notification
Less intrusive success feedback
Success with Centered Icon
High-ceremony success variant
Simple Information Alert
Neutral information alternative
Success with Details
Success with additional info
Standard Dialog
General dialog for custom content
Questions you might have
React Alert Dialog - Information with Highlighted Content
An informational alert dialog with bordered feature cards highlighting multiple items in a scannable list format
React Alert Dialog - Success with Icon
A success alert dialog with a green CheckCircle icon inline with the title for instant visual success recognition