Sign Up Two
navdeep-singh/sign-up-twoFreeBlock
Sign Up Two — Sign Up block.
Install it
npx shadcn@latest add https://ui.navdeepsingh.dev/r/sign-up-two.jsonSource
1'use client'23import Link from 'next/link'4import { Shader, FilmGrain, Swirl, WaveDistortion } from 'shaders/react'56import { 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'1112export 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>2324 <h1 className="mt-5 mb-1 text-2xl font-semibold tracking-tight">25 Create a Hexora Account26 </h1>2728 <p className="text-sm text-muted-foreground">29 Welcome! Create an account to get started.30 </p>31 </div>3233 <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 name38 </Label>39 <Input40 type="text"41 placeholder="John"42 required43 name="firstname"44 id="firstname"45 autoComplete="given-name"46 />47 </div>4849 <div className="space-y-2">50 <Label htmlFor="lastname" className="block text-sm">51 Last name52 </Label>53 <Input54 type="text"55 placeholder="Doe"56 required57 name="lastname"58 id="lastname"59 autoComplete="family-name"60 />61 </div>62 </div>6364 <div className="space-y-2">65 <Label htmlFor="email" className="block text-sm">66 Email67 </Label>68 <Input69// … truncated
What it pulls in
npm packages
Other registry items
Files it writes
More from navdeep-singh
All 62 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Blog Section Oneblog-section-one | navdeep-singh | Blocks | Free | 1 dep | |
| Contact Section Fourcontact-section-four | navdeep-singh | Blocks | Free | no deps | |
| Contact Section Onecontact-section-one | navdeep-singh | Blocks | Free | 1 dep | |
| Contact Section Threecontact-section-three | navdeep-singh | Blocks | Free | no deps | |
| Contact Section Twocontact-section-two | navdeep-singh | Blocks | Free | no deps | |
| Content Section Fourcontent-section-four | navdeep-singh | Blocks | Free | 1 dep | |
| Content Section Onecontent-section-one | navdeep-singh | Blocks | Free | 1 dep | |
| Content Section Threecontent-section-three | navdeep-singh | Blocks | Free | 2 deps |
