From cd576df6e432292d90b791d737941e34751838a2 Mon Sep 17 00:00:00 2001 From: Kyle Kelley Date: Wed, 4 Feb 2026 08:30:26 -0800 Subject: [PATCH] feat(registry): added new nteract registry --- 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 6f18f5da58..4d687e6edc 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -311,6 +311,12 @@ "url": "https://chanhdai.com/r/{name}.json", "description": "A collection of reusable components." }, + { + "name": "@nteract", + "homepage": "https://nteract-elements.vercel.app/", + "url": "https://nteract-elements.vercel.app/r/{name}.json", + "description": "Components for interactive computing notebooks." + }, { "name": "@nuqs", "homepage": "https://nuqs.dev/registry", diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index fcec2e26ad..f0c7569798 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -363,6 +363,13 @@ "description": "A collection of reusable components.", "logo": "" }, + { + "name": "@nteract", + "homepage": "https://nteract-elements.vercel.app/", + "url": "https://nteract-elements.vercel.app/r/{name}.json", + "description": "Components for interactive computing notebooks.", + "logo": "" + }, { "name": "@nuqs", "homepage": "https://nuqs.dev/registry",