A dismissible cookie consent alert with an icon, policy link, and accept/decline action buttons.
import Pattern from "@/components/ui/v-alert-12"; export default function Demo() { return ( <div className="flex w-full items-center justify-center p-6"> <Pattern /> </div> ); }
Part of Cnippet — browse the full library on 21st.dev.