From 331fe02c2a0a5243c1614a1d87f4b3ca938e4d20 Mon Sep 17 00:00:00 2001 From: Shatlyk <90685859+Shatlyk1011@users.noreply.github.com> Date: Fri, 27 Feb 2026 11:01:43 +0500 Subject: [PATCH] feat: add emerald-ui to registry --- apps/v4/registry/directory.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index f186ff7e2e..d6bb296441 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -929,5 +929,12 @@ "url": "https://pixelactui.com/r/{name}.json", "description": "Playful pixel art style components library built on top of shadcn. Perfect for retro style projects and games.", "logo": "" - } + }, + { + "name": "@emerald-ui", + "homepage": "https://emerald-ui.com", + "url": "https://emerald-ui.com/r/{name}.json", + "description": "Emerald UI - collection of components built with Motion, GSAP, Tailwind CSS and shadcn/ui.", + "logo": "" + }, ]