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 04
agentmesh/signup-04RemovedBlock
A signup page with form and image.
Install it
npx shadcn@latest add https://raw.githubusercontent.com/ombhanushaliii/agentmesh/main/example/ui/apps/v4/public/r/styles/base-vega/signup-04.jsonSource
1import { SignupForm } from "@/registry/base-vega/blocks/signup-04/components/signup-form"23export default function SignupPage() {4 return (5 <div className="flex min-h-svh flex-col items-center justify-center bg-muted p-6 md:p-10">6 <div className="w-full max-w-sm md:max-w-4xl">7 <SignupForm />8 </div>9 </div>10 )11}
What it pulls in
Other registry items
