{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "consent-manager", "title": "Consent Manager", "author": "shakil-ahmed-billal ", "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 {\r\n ConsentManagerDialog,\r\n ConsentManagerProvider,\r\n CookieBanner,\r\n} from \"@c15t/nextjs\"\r\n\r\nimport { buttonVariants } from \"@/components/ui/button\"\r\nimport { cn } from \"@/lib/utils\"\r\n\r\nexport function ConsentManager({ children }: { children: React.ReactNode }) {\r\n return (\r\n \r\n \r\n\r\n \r\n\r\n {children}\r\n \r\n )\r\n}\r\n", "type": "registry:component" } ], "type": "registry:component" }