JB logo

Command Palette

Search for a command to run...

yOUTUBE
Components
Next

Consent Manager

Cookie and tracking consent banner for Next.js, built on c15t.

Installation

pnpm dlx shadcn@latest add https://jb.desishub.com/r/consent-manager.json

Usage

import { ConsentManager } from "@/components/consent-manager";
<ConsentManager>{children}</ConsentManager>

Wrap your app with the ConsentManager component to enable cookie consent management throughout your application.