BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/navdeep-singh/sign-up-two

Sign Up Two

navdeep-singh/sign-up-two
FreeBlock

Sign Up Two — Sign Up block.

Install it

npx shadcn@latest add https://ui.navdeepsingh.dev/r/sign-up-two.json

Source

components/blocks/auth/sign-up-two.tsxui.navdeepsingh.dev/r/sign-up-two.json · first 6 KB
1'use client'
2
3import Link from 'next/link'
4import { Shader, FilmGrain, Swirl, WaveDistortion } from 'shaders/react'
5
6import { Logo } from '@/components/brand-logo'
7import { Button } from '@/components/ui/button'
8import { Input } from '@/components/ui/input'
9import { Label } from '@/components/ui/label'
10import { SiGithub } from 'react-icons/si'
11
12export default function SignUpTwo() {
13 return (
14 <section className="min-h-screen py-6 md:py-10">
15 <div className="grid min-h-[calc(100vh-5rem)] grid-cols-1 items-center gap-10 md:grid-cols-2 md:gap-16">
16 {/* Left side */}
17 <div className="flex w-full items-center justify-center px-4 md:h-170 md:pr-0 md:pl-8 lg:pl-16">
18 <form className="w-full max-w-md">
19 <div className="text-left">
20 <Link href="/" aria-label="Go home" className="inline-flex w-fit">
21 <Logo className="h-8 w-8 text-zinc-800 dark:text-zinc-100" />
22 </Link>
23
24 <h1 className="mt-5 mb-1 text-2xl font-semibold tracking-tight">
25 Create a Hexora Account
26 </h1>
27
28 <p className="text-sm text-muted-foreground">
29 Welcome! Create an account to get started.
30 </p>
31 </div>
32
33 <div className="mt-8 space-y-6">
34 <div className="grid grid-cols-1 gap-4 sm:grid-cols-2">
35 <div className="space-y-2">
36 <Label htmlFor="firstname" className="block text-sm">
37 First name
38 </Label>
39 <Input
40 type="text"
41 placeholder="John"
42 required
43 name="firstname"
44 id="firstname"
45 autoComplete="given-name"
46 />
47 </div>
48
49 <div className="space-y-2">
50 <Label htmlFor="lastname" className="block text-sm">
51 Last name
52 </Label>
53 <Input
54 type="text"
55 placeholder="Doe"
56 required
57 name="lastname"
58 id="lastname"
59 autoComplete="family-name"
60 />
61 </div>
62 </div>
63
64 <div className="space-y-2">
65 <Label htmlFor="email" className="block text-sm">
66 Email
67 </Label>
68 <Input
69// … truncated

What it pulls in

npm packages

  • lucide-react
  • react-icons
  • shaders

Other registry items

  • button
  • input
  • label
  • https://ui.navdeepsingh.dev/r/brand-logo.json

Files it writes

  • components/blocks/auth/sign-up-two.tsx

Facts

Registry
navdeep-singh
Type
registry:block
Access
Free
Files written
1
Licence
MIT
First indexed
2026-08-04
Last confirmed
today

Go to the source

ui.navdeepsingh.dev Navdeepannu/Portfolio on GitHub Raw registry item This item as JSON

More from navdeep-singh

All 62 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Blog Section Oneblog-section-onenavdeep-singhBlocksFree1 dep
Contact Section Fourcontact-section-fournavdeep-singhBlocksFreeno deps
Contact Section Onecontact-section-onenavdeep-singhBlocksFree1 dep
Contact Section Threecontact-section-threenavdeep-singhBlocksFreeno deps
Contact Section Twocontact-section-twonavdeep-singhBlocksFreeno deps
Content Section Fourcontent-section-fournavdeep-singhBlocksFree1 dep
Content Section Onecontent-section-onenavdeep-singhBlocksFree1 dep
Content Section Threecontent-section-threenavdeep-singhBlocksFree2 deps
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