From 68a69d81f7de95a9fa2e83c16486771e37252ff3 Mon Sep 17 00:00:00 2001 From: shadcn Date: Tue, 28 Apr 2026 12:28:07 +0400 Subject: [PATCH] chore: add devl registry (#10529) --- 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 b8de5a7cbe..432ef5a351 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -845,6 +845,12 @@ "url": "https://darshitdev.in/r/{name}.json", "description": "Magic 3D Tabs component featuring mouse-interactive 3D rotation, floating particles background effect, and smooth spring animations." }, + { + "name": "@devl", + "homepage": "https://devl.dev", + "url": "https://devl.dev/r/{name}.json", + "description": "Hand-crafted layouts and UI primitives for shipping fast." + }, { "name": "@beste-ui", "homepage": "https://ui.beste.co", diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index 8cc5d81e95..9f77f87568 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -987,6 +987,13 @@ "description": "Magic 3D Tabs component featuring mouse-interactive 3D rotation, floating particles background effect, and smooth spring animations.", "logo": "" }, + { + "name": "@devl", + "homepage": "https://devl.dev", + "url": "https://devl.dev/r/{name}.json", + "description": "Hand-crafted layouts and UI primitives for shipping fast.", + "logo": "devl" + }, { "name": "@beste-ui", "homepage": "https://ui.beste.co",