feat(registry): Add BundUI Components to the registry index (#8473)

* feat(registry): Add BundUI Components to the registry index

* fix

---------

Co-authored-by: shadcn <m@shadcn.com>
This commit is contained in:
Bundui.io
2025-12-15 13:19:50 +03:00
committed by GitHub
parent 55f5d1c7cc
commit f36e25f703
2 changed files with 2 additions and 0 deletions

View File

@@ -20,6 +20,7 @@
"@billingsdk": "https://billingsdk.com/r/{name}.json", "@billingsdk": "https://billingsdk.com/r/{name}.json",
"@blocks": "https://blocks.so/r/{name}.json", "@blocks": "https://blocks.so/r/{name}.json",
"@bucharitesh": "https://bucharitesh.in/r/{name}.json", "@bucharitesh": "https://bucharitesh.in/r/{name}.json",
"@bundui": "https://bundui.io/r/{name}.json",
"@cardcn": "https://cardcn.dev/r/{name}.json", "@cardcn": "https://cardcn.dev/r/{name}.json",
"@clerk": "https://clerk.com/r/{name}.json", "@clerk": "https://clerk.com/r/{name}.json",
"@coss": "https://coss.com/ui/r/{name}.json", "@coss": "https://coss.com/ui/r/{name}.json",

View File

@@ -14,6 +14,7 @@
"@billingsdk": "https://billingsdk.com/r/{name}.json", "@billingsdk": "https://billingsdk.com/r/{name}.json",
"@blocks": "https://blocks.so/r/{name}.json", "@blocks": "https://blocks.so/r/{name}.json",
"@bucharitesh": "https://bucharitesh.in/r/{name}.json", "@bucharitesh": "https://bucharitesh.in/r/{name}.json",
"@bundui": "https://bundui.io/r/{name}.json",
"@clerk": "https://clerk.com/r/{name}.json", "@clerk": "https://clerk.com/r/{name}.json",
"@coss": "https://coss.com/ui/r/{name}.json", "@coss": "https://coss.com/ui/r/{name}.json",
"@chisom-ui": "https://chisom-ui.netlify.app/r/{name}.json", "@chisom-ui": "https://chisom-ui.netlify.app/r/{name}.json",