A success alert with a check icon, title and description for confirming an action completed as expected.
import Particle from "@/components/ui/v-alert-5"; 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.