Alerts
Beautiful alert and notification components for your application
Overview
Clean, modern alert components with subtle animations and dark mode support. Perfect for notifications, messages, and user feedback.
Variants
Alert 01 - Simple Information Alert
A clean, minimal alert with icon and descriptive text.
Aesthe UI
Use the CLI to install this! Aesthe UI is a library of components that you can use to build your next project.
Alert 02 - Team Invitation Alert
An interactive alert with avatar, status indicator, and action buttons.
Team Invitation
Kokonut invited you to join Design Team
Invited 5 minutes ago
Installation
npm install lucide-react clsx tailwind-mergeFor Next.js projects, you'll also need the Image component which comes built-in.
Best Practices
- Icons: Use appropriate icons that match the alert type (success, error, warning, info)
- Colors: Maintain consistent color schemes across your application
- Accessibility: Add proper ARIA labels for screen readers
- Actions: Keep action buttons clear and intuitive
- Timing: For auto-dismissing alerts, use reasonable timeouts (3-5 seconds)