An alert card with an icon, title, description and inline action buttons, wrapped in a soft framed panel.
import Pattern from "@/components/ui/v-alert-9"; export default function Default() { return ( <div className="flex min-h-[320px] w-full items-center justify-center p-6"> <Pattern /> </div> ); }
Part of Cnippet — browse the full library on 21st.dev.