A warning alert callout with a triangle icon, title and description for surfacing cautionary messages.
import Particle from "@/components/ui/v-alert-6"; export default function Default() { return ( <div className="flex min-h-64 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.