This component no longer exists. It was in shadcn/ui’s manifest when we first indexed it and is not there now — the registry served its inventory on 2026-08-05 and this item was not on it. The install command below will fail. It is kept here because a tutorial somewhere still tells people to run it.
Signup 01
agentmesh/signup-01RemovedBlock
A simple signup form.
Install it
npx shadcn@latest add https://raw.githubusercontent.com/ombhanushaliii/agentmesh/main/example/ui/apps/v4/public/r/styles/base-vega/signup-01.jsonSource
1import { SignupForm } from "@/registry/base-vega/blocks/signup-01/components/signup-form"23export default function Page() {4 return (5 <div className="flex min-h-svh w-full items-center justify-center p-6 md:p-10">6 <div className="w-full max-w-sm">7 <SignupForm />8 </div>9 </div>10 )11}
What it pulls in
Other registry items
