feat(registry): added new registry(@shadcn-space , @shadcn-dashboard) (#9102)

* feat(registry): add my custom registry

* Feat: Added Shadcnspace into  registries.json

---------

Co-authored-by: ShadcnSpace <shadcnspace@gmail.com>
Co-authored-by: Nirav joshi <31440272+Niravjoshi-Wrappixel@users.noreply.github.com>
This commit is contained in:
ShadcnSpace
2026-01-26 22:26:47 +05:30
committed by GitHub
parent a29185c9cf
commit d06e84a007
2 changed files with 19 additions and 1 deletions

View File

@@ -688,5 +688,11 @@
"homepage": "https://typedora-ui.netlify.app",
"url": "https://typedora-ui.netlify.app/r/{name}.json",
"description": "Typedora UI is a next-generation extension layer for shadcn/ui, designed to bring full type-safety to your UI components."
}
},
{
"name": "@shadcn-space",
"homepage": "https://shadcnspace.com/",
"url": "https://shadcnspace.com/r/{name}.json",
"description": "An open-source collection of production-ready Shadcn UI blocks, components, and templates for websites, admin dashboards and modern React web projects, built with Tailwind CSS and ready to copy-paste or install via the Shadcn CLI."
},
]

File diff suppressed because one or more lines are too long