diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index 191543f5b5..a9502c3063 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -23,6 +23,12 @@ "url": "https://build.abs.xyz/r/{name}/json", "description": "A collection of React components for the most common crypto patterns" }, + { + "name": "@arc", + "homepage": "https://witharc.co/components", + "url": "https://witharc.co/r/{name}.json", + "description": "Animated, accessible UI components built with React and Tailwind CSS." + }, { "name": "@aceternity", "homepage": "https://ui.aceternity.com", diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index 62511d34aa..6e0301329d 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -27,6 +27,13 @@ "description": "A collection of React components for the most common crypto patterns", "logo": "" }, + { + "name": "@arc", + "homepage": "https://witharc.co/components", + "url": "https://witharc.co/r/{name}.json", + "description": "Animated, accessible UI components built with React and Tailwind CSS.", + "logo": "" + }, { "name": "@aceternity", "homepage": "https://ui.aceternity.com",