Forgot Password Two
navdeep-singh/forgot-password-twoFreeBlock
Forgot Password Two — Forgot Password block.
Install it
npx shadcn@latest add https://ui.navdeepsingh.dev/r/forgot-password-two.jsonSource
1import Link from 'next/link'2import { IconMail } from '@tabler/icons-react'3import { ArrowLeft } from 'lucide-react'45import { Button } from '@/components/ui/button'6import { Input } from '@/components/ui/input'7import { Label } from '@/components/ui/label'89export default function ForgotPasswordTwo() {10 return (11 <section className="flex min-h-screen items-center justify-center bg-linear-to-br from-background to-muted/60 px-4 py-16">12 <div className="w-full max-w-sm">13 <div className="rounded-2xl border border-border bg-card p-8 text-card-foreground shadow-lg shadow-black/5 dark:shadow-black/20">14 <div className="text-center">15 <div className="mx-auto mb-4 flex size-12 items-center justify-center rounded-full bg-indigo-50 dark:bg-indigo-950/50">16 <IconMail17 aria-hidden="true"18 className="size-6 text-indigo-600 dark:text-indigo-400"19 />20 </div>2122 <h1 className="text-2xl font-bold tracking-tight text-foreground">Forgot Password?</h1>2324 <p className="mt-2 text-sm text-muted-foreground">25 Enter your email and we'll send you a reset link26 </p>27 </div>2829 <form className="mt-8 space-y-4">30 <div className="space-y-2">31 <Label htmlFor="email-2" className="text-sm font-medium">32 Email Address33 </Label>3435 <Input36 id="email-2"37 name="email"38 type="email"39 autoComplete="email"40 placeholder="you@example.com"41 required42 className="w-full"43 />44 </div>4546 <Button type="submit" size="lg" className="w-full">47 Send Reset Link48 </Button>49 </form>50 </div>5152 <div className="mt-6 text-center">53 <Link54 href="/work/forgot-password/one"55 className="group inline-flex items-center justify-center gap-1 text-sm text-muted-foreground transition-colors hover:text-foreground"56 >57 <ArrowLeft58 aria-hidden="true"59 className="size-4 shrink-0 transition-transform group-hover:-translate-x-0.5"60 />61 Back to <span className="font-medium underline underline-offset-2">Sign In</span>62 </Link>63 </div>64 </div>65 </section>66 )67}
What it pulls in
npm packages
Other registry items
Files it writes
More from navdeep-singh
All 64 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 |
