BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/shadcn/ui/signup-02

Signup 02

agentmesh/signup-02
FreeBlock

A two column signup page with a cover image.

Live preview

live · rendered by the registry
Rendered by shadcn/ui on their own page — this is the component running, not a screenshot of it.

Install it

npx shadcn@latest add https://raw.githubusercontent.com/ombhanushaliii/agentmesh/main/example/ui/apps/v4/public/r/styles/base-vega/signup-02.json

Source

registry/base-vega/blocks/signup-02/page.tsxraw.githubusercontent.com/ombhanushaliii/agentmesh/main/example/ui/apps/v4/public/r/styles/base-vega/signup-02.json
1"use client"
2
3import { SignupForm } from "@/registry/base-vega/blocks/signup-02/components/signup-form"
4import { IconPlaceholder } from "@/app/(create)/components/icon-placeholder"
5
6export default function SignupPage() {
7 return (
8 <div className="grid min-h-svh lg:grid-cols-2">
9 <div className="flex flex-col gap-4 p-6 md:p-10">
10 <div className="flex justify-center gap-2 md:justify-start">
11 <a href="#" className="flex items-center gap-2 font-medium">
12 <div className="flex size-6 items-center justify-center rounded-md bg-primary text-primary-foreground">
13 <IconPlaceholder
14 lucide="GalleryVerticalEndIcon"
15 tabler="IconLayoutRows"
16 hugeicons="LayoutBottomIcon"
17 phosphor="RowsIcon"
18 remixicon="RiGalleryLine"
19 className="size-4"
20 />
21 </div>
22 Acme Inc.
23 </a>
24 </div>
25 <div className="flex flex-1 items-center justify-center">
26 <div className="w-full max-w-xs">
27 <SignupForm />
28 </div>
29 </div>
30 </div>
31 <div className="relative hidden bg-muted lg:block">
32 <img
33 src="/placeholder.svg"
34 alt="Image"
35 className="absolute inset-0 h-full w-full object-cover dark:brightness-[0.2] dark:grayscale"
36 />
37 </div>
38 </div>
39 )
40}

What it pulls in

Other registry items

  • button
  • input
  • label
  • field

Files it writes

  • registry/base-vega/blocks/signup-02/page.tsx
  • registry/base-vega/blocks/signup-02/components/signup-form.tsx

Facts

Registry
shadcn/ui
Type
registry:block
Access
Free
Files written
2
Licence
the repository states none
First indexed
2026-08-01
Last confirmed
3 days ago

Go to the source

Docs on shadcn/ui ombhanushaliii/agentmesh on GitHub Raw registry item This item as JSON

More from shadcn/ui

All 201 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Dashboard 01dashboard-01shadcn/uiBlocksFree6 deps · 11 files
Login 01login-01shadcn/uiBlocksFreeno deps · 2 files
Login 02login-02shadcn/uiBlocksFreeno deps · 2 files
Login 03login-03shadcn/uiBlocksFreeno deps · 2 files
Login 04login-04shadcn/uiBlocksFreeno deps · 2 files
Login 05login-05shadcn/uiBlocksFreeno deps · 2 files
Previewpreviewshadcn/uiBlocksFreeno deps
Preview 02preview-02shadcn/uiBlocksFree1 dep
BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex

BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex

BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex