An error alert with an icon, title, and description for surfacing failed actions or destructive states.
import Particle from "@/components/ui/v-alert-7"; export default function Default() { return ( <div className="flex w-full max-w-lg items-center justify-center p-6"> <Particle /> </div> ); }
Part of Cnippet — browse the full library on 21st.dev.