{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "consent-manager", "title": "Consent Manager", "author": "ncdai ", "description": "Cookie and tracking consent banner for Next.js, built on c15t.", "dependencies": [ "@c15t/nextjs" ], "registryDependencies": [ "button" ], "files": [ { "path": "src/registry/components/consent-manager/consent-manager.tsx", "content": "import {\n ConsentManagerDialog,\n ConsentManagerProvider,\n CookieBanner,\n} from \"@c15t/nextjs\"\n\nimport { buttonVariants } from \"@/components/ui/button\"\nimport { cn } from \"@/lib/utils\"\n\nexport function ConsentManager({ children }: { children: React.ReactNode }) {\n return (\n \n \n\n \n\n {children}\n \n )\n}\n", "type": "registry:component" } ], "type": "registry:component" }