-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathregistry.json
More file actions
20 lines (20 loc) · 581 Bytes
/
Copy pathregistry.json
File metadata and controls
20 lines (20 loc) · 581 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"$schema": "https://ui.shadcn.com/schema/registry.json",
"name": "shadcn cookie consent",
"homepage": "https://shadcn-cookie-consent.vercel.app/",
"items": [
{
"name": "cookie-consent",
"version": "2.5",
"type": "registry:block",
"title": "Shadcn Cookie Consent",
"description": "Beautifully designed, customizable cookie consent for web built on top of shadcn-ui and tailwind-css",
"files": [
{
"path": "components/blocks/cookie-consent.tsx",
"type": "registry:component"
}
]
}
]
}