From 3977fb9acea45d55a8d79e7553af258e4eebf7e9 Mon Sep 17 00:00:00 2001 From: Franco Zeta <124936792+francozeta@users.noreply.github.com> Date: Mon, 4 May 2026 10:04:54 -0500 Subject: [PATCH] feat(registry): add @stepper registry (#10552) --- apps/v4/public/r/registries.json | 8 +++++++- apps/v4/registry/directory.json | 7 +++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/apps/v4/public/r/registries.json b/apps/v4/public/r/registries.json index f17537b41d..fb3f956dba 100644 --- a/apps/v4/public/r/registries.json +++ b/apps/v4/public/r/registries.json @@ -1101,6 +1101,12 @@ "name": "@evilbuttons", "homepage": "https://evilbuttons.radiumcoders.com/docs", "url": "https://evilbuttons.radiumcoders.com/r/{name}.json", - "description": "A shadcn/ui registry featuring a collection of animated buttons built with Motion. Each component is designed to add punchy, interactive feedback to your UI with minimal setup." + "description": "A shadcn/ui registry featuring a collection of animated buttons built with Motion. Each component is designed to add punchy, interactive feedback to your UI with minimal setup." + }, + { + "name": "@stepper", + "homepage": "https://francozeta-stepper.vercel.app", + "url": "https://francozeta-stepper.vercel.app/{name}.json", + "description": "A modern, accessible and composable Stepper component for React and Tailwind CSS. Built for shadcn/ui-style workflows with registry-first distribution." } ] diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index e8ad53f7c3..80ce604b4a 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -1287,5 +1287,12 @@ "url": "https://evilbuttons.radiumcoders.com/r/{name}.json", "description": "A shadcn/ui registry featuring a collection of animated buttons built with Motion. Each component is designed to add punchy, interactive feedback to your UI with minimal setup.", "logo": "" + }, + { + "name": "@stepper", + "homepage": "https://francozeta-stepper.vercel.app", + "url": "https://francozeta-stepper.vercel.app/{name}.json", + "description": "A modern, accessible and composable Stepper component for React and Tailwind CSS. Built for shadcn/ui-style workflows with registry-first distribution.", + "logo": "" } ]