An informational alert box with an info icon, title, and description for highlighting important messages.
import Particle from "@/components/ui/v-alert-4"; export default function Demo() { return ( <div className="flex w-full items-center justify-center p-6"> <div className="w-full max-w-md"> <Particle /> </div> </div> ); }
Part of Cnippet — browse the full library on 21st.dev.