From b59f68ecc5216e39d3f492e79b9767388ccd43db Mon Sep 17 00:00:00 2001
From: Ray <77041536+phoenixcoded20@users.noreply.github.com>
Date: Tue, 23 Jun 2026 12:10:19 +0530
Subject: [PATCH] Add '@uiable' UI component library details and registry
(#10976)
* Add '@uiable' UI component library details
Added new entry for '@uiable' with homepage, URL, description, and logo.
* Added @Uiable registry
---
apps/v4/registry/directory.json | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json
index 5769bf99f4..85f2697216 100644
--- a/apps/v4/registry/directory.json
+++ b/apps/v4/registry/directory.json
@@ -1547,5 +1547,12 @@
"url": "https://kaui-shadcn-registry.vercel.app/r/{name}.json",
"description": "Personal well crafted components for Shadcn ui",
"logo": ""
+ },
+ {
+ "name": "@uiable",
+ "homepage": "https://uiable.com",
+ "url": "https://uiable.com/r/{name}.json",
+ "description": "Free, open-source UI component library built with Next.js, React 19, Tailwind CSS v4, and shadcn/ui — beautifully designed components you can copy, customize, and make your own.",
+ "logo": ""
}
]