From 179c0c0b23c8739ca947317eaffe3ced33d968ec Mon Sep 17 00:00:00 2001 From: Alexandre Joly Date: Mon, 23 Mar 2026 07:06:15 +0100 Subject: [PATCH] Add @react-easy-modals registry (#10064) * Add @react-easy-modals registry Add react-easy-modals to the registry directory. Provides a Modal component that integrates with shadcn Dialog for a simple, powerful modal system with TypeScript support and promise-based API. Co-Authored-By: Claude Opus 4.6 (1M context) * use {style} URL for auto Radix/Base UI resolution * build: run registry:build to update registries.json --------- Co-authored-by: Claude Opus 4.6 (1M context) Co-authored-by: shadcn --- 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 c9fe3d0392..f99cdd0aec 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -485,6 +485,12 @@ "url": "https://reactbits.dev/r/{name}.json", "description": "A large collection of animated, interactive & fully customizable React components for building memorable websites. From smooth text animations all the way to eye-catching backgrounds, you can find it here." }, + { + "name": "@react-easy-modals", + "homepage": "https://react-easy-modals-docs.vercel.app", + "url": "https://react-easy-modals-docs.vercel.app/r/styles/{style}/{name}.json", + "description": "Modal component for react-easy-modals. Integrates with shadcn Dialog for a simple, powerful modal system with TypeScript support and promise-based API." + }, { "name": "@retroui", "homepage": "https://retroui.dev", diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index 59e5f8006e..98ed64ca98 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -567,6 +567,13 @@ "description": "A large collection of animated, interactive & fully customizable React components for building memorable websites. From smooth text animations all the way to eye-catching backgrounds, you can find it here.", "logo": "" }, + { + "name": "@react-easy-modals", + "homepage": "https://react-easy-modals-docs.vercel.app", + "url": "https://react-easy-modals-docs.vercel.app/r/styles/{style}/{name}.json", + "description": "Modal component for react-easy-modals. Integrates with shadcn Dialog for a simple, powerful modal system with TypeScript support and promise-based API.", + "logo": "" + }, { "name": "@retroui", "description": "A Neobrutalism styled React + TailwindCSS UI library for building bold, modern web apps. Perfect for any project using Shadcn/ui.",