From 706806a2076d6f1f88eed1a1c7591f20fbc6ae4e Mon Sep 17 00:00:00 2001 From: Mihir Koshti Date: Tue, 7 Apr 2026 18:07:26 +0530 Subject: [PATCH] feat(registry): added new registry ( @shadcn-dashboard ) --- apps/v4/public/r/registries.json | 6 ++++++ apps/v4/registry/directory.json | 7 +++++++ 2 files changed, 13 insertions(+) diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index b5c4607af5..33b352fbf0 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -1024,5 +1024,11 @@ "homepage": "https://flowkit-ui.vzkiss.com", "url": "https://flowkit-ui.vzkiss.com/r/{name}.json", "description": "Opinionated, accessible components on Base UI and shadcn-style primitives — starting with a Creatable Combobox." + }, + { + "name": "@shadcn-dashboard", + "homepage": "https://shadcndashboard.dev", + "url": "https://shadcndashboard.dev/r/{name}.json", + "description": "ShadcnDashboard is a collection of modern, production-ready dashboard layouts, components, and UI patterns built on top of shadcn/ui and Tailwind CSS. It’s designed to help developers build clean, scalable, and data-driven dashboards faster—without compromising on performance, accessibility, or customization." } ] diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index 5f78c62ea6..01278dd5e8 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -1196,5 +1196,12 @@ "url": "https://flowkit-ui.vzkiss.com/r/{name}.json", "description": "Opinionated, accessible components on Base UI and shadcn-style primitives — starting with a Creatable Combobox.", "logo": "" + }, + { + "name": "@shadcn-dashboard", + "homepage": "https://shadcndashboard.dev", + "url": "https://shadcndashboard.dev/r/{name}.json", + "description": "ShadcnDashboard is a collection of modern, production-ready dashboard layouts, components, and UI patterns built on top of shadcn/ui and Tailwind CSS. It’s designed to help developers build clean, scalable, and data-driven dashboards faster—without compromising on performance, accessibility, or customization.", + "logo": "" } ]