NeonKitComponents

Alert Components

Sleek alert components with neon effects for user feedback, notifications, and status messages. Copy and paste into your project.

Neon Alerts

Electric alerts with glowing neon effects in multiple vibrant colors for enhanced visual feedback

Basic Alerts

Standard alert variants for everyday use with clean styling and clear messaging

Status & Feedback Alerts

Alert states for success, error, warning, and info feedback with appropriate icons and colors

Alert Sizes

Different sizes to fit various design contexts and layout requirements

Small (sm)

Default

Large (lg)

Long Content Example

Installation

Install required dependencies:

npm install framer-motion clsx tailwind-merge lucide-react

Import the component: import { Alert } from "@/components/alert"

If you use icons, also install and import them: import { AlertCircle } from "lucide-react"

Ensure the cn utility exists. See complete installation guide.