An alert notification with a leading icon, title, description, and dismiss/confirm action buttons for security or update prompts.
import Particle from "@/components/ui/v-alert-3"; export default function Default() { return ( <div className="flex w-full max-w-xl items-center justify-center p-6"> <Particle /> </div> ); }
Part of Cnippet — browse the full library on 21st.dev.