Playground

Try the banner before you install it. Change the settings, use the banner the way a visitor would, then copy the setup.

Banner sandbox

@cookieyes/react 0.9.0

"use client";

import "@cookieyes/react/styles.css";
import {
  CookieBanner,
  CookiePreferences,
  RecallButton,
  initCookieYes,
} from "@cookieyes/react";

initCookieYes({
});

export function CookieYesRoot() {
  return (
    <>
      <CookieBanner />
      <CookiePreferences />
      <RecallButton />
    </>
  );
}

Edits apply as you type.

PreviewA placeholder site running your config. Use the banner the way a visitor would.

Console

Use the banner above and watch what your tags do.

  1. No entriesWaiting for the preview to load.

Start with install.

No account. No dashboard. Install the package and add consent directly to your site.

npx @cookieyes/cli init
Copy
Read documentation