Cookies Banner with sleek design and dark mode supported
import CookieConsent from "@/components/ui/cookies-banner"; export default function DemoOne() { return ( <div className="min-h-screen bg-neutral-50 text-neutral-900 dark:bg-neutral-950 dark:text-neutral-100"> {/* Your app content */} <CookieConsent privacyHref="/" /> </div> ); }
Part of shadway — browse the full library on 21st.dev.