From 778cee31eedb4d9f8e264e2200b8100c0812e9ad Mon Sep 17 00:00:00 2001 From: Neha Prasad Date: Mon, 24 Nov 2025 14:19:24 +0530 Subject: [PATCH] feat: add @ui-layouts registry to directory (#8878) --- 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 d2bf298189..2e22366b28 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -516,5 +516,12 @@ "url": "https://uicapsule.com/r/{name}.json", "description": "A curated collection of components that spark joy. Featuring interactive concepts, design experiments, and components in the intersection of AI/UI.", "logo": "" + }, + { + "name": "@ui-layouts", + "homepage": "https://ui-layouts.com/", + "url": "https://ui-layouts.com/r/{name}.json", + "description": "UI Layouts offers components, effects, design tools, and ready-made blocks that make building modern interfaces more efficient—built with React, Next.js, Tailwind CSS, and shadcn/ui.", + "logo": "" } ]