BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/einui/forgot-password-page

Forgot Password Page

einui/forgot-password-page
FreeBlock

A forgot password recovery page with email submission and confirmation state, including helpful tips and support contact.

Install it

npx shadcn@latest add https://ui.eindev.ir/r/forgot-password-page.json

Source

registry/blocks/auth/forgot-password-page.tsxui.eindev.ir/r/forgot-password-page.json · first 6 KB
1"use client"
2
3import { useState } from "react"
4import { Mail, ArrowLeft, Send } from "lucide-react"
5import { GlassCard, GlassCardContent, GlassCardDescription, GlassCardHeader, GlassCardTitle } from "@/registry/liquid-glass/glass-card"
6import { GlassInput } from "@/registry/liquid-glass/glass-input"
7import { GlassButton } from "@/registry/liquid-glass/glass-button"
8import { Label } from "@/components/ui/label"
9
10export default function ForgotPasswordPageBlock() {
11 const [email, setEmail] = useState("")
12 const [isSubmitted, setIsSubmitted] = useState(false)
13 const [isLoading, setIsLoading] = useState(false)
14
15 const handleSubmit = async (e: React.FormEvent) => {
16 e.preventDefault()
17 setIsLoading(true)
18 // Simulate API call
19 await new Promise((resolve) => setTimeout(resolve, 2000))
20 setIsLoading(false)
21 setIsSubmitted(true)
22 }
23
24 const handleBack = () => {
25 setIsSubmitted(false)
26 setEmail("")
27 }
28
29 return (
30 <div className="h-full flex py-14 items-center justify-center bg-linear-to-br from-slate-950 via-purple-900 to-slate-950 px-4">
31 <GlassCard className="w-full max-w-md">
32 {!isSubmitted ? (
33 <>
34 <GlassCardHeader className="space-y-2 text-center">
35 <div className="flex justify-center mb-4">
36 <div className="p-3 rounded-lg bg-linear-to-br from-orange-400 to-red-500">
37 <Mail className="h-6 w-6 text-white" />
38 </div>
39 </div>
40 <GlassCardTitle className="text-2xl">Forgot Password?</GlassCardTitle>
41 <GlassCardDescription>
42 No problem! Enter your email and we&apos;ll send you a link to reset your password.
43 </GlassCardDescription>
44 </GlassCardHeader>
45
46 <GlassCardContent>
47 <form onSubmit={handleSubmit} className="space-y-5">
48 {/* Email Input */}
49 <div className="space-y-2">
50 <Label htmlFor="email" className="text-white/80">
51 Email Address
52 </Label>
53 <GlassInput
54 id="email"
55 type="email"
56 placeholder="you@example.com"
57 value={email}
58 onChange={(e) => setEmail(e.target.value)}
59 required
60 className="bg-white/5"
61 />
62 <p className="text-xs text-white/50 mt-1">
63// … truncated

What it pulls in

npm packages

  • lucide-react

Other registry items

  • https://ui.eindev.ir/r/glass-card.json
  • https://ui.eindev.ir/r/glass-button.json
  • https://ui.eindev.ir/r/glass-input.json

Files it writes

  • registry/blocks/auth/forgot-password-page.tsx

Facts

Registry
einui
Type
registry:block
Access
Free
Files written
1
Licence
MIT
In the index
at or before 2026-08-10
Last confirmed
today

Go to the source

Docs on einui ui.eindev.ir einui/einui on GitHub Raw registry item This item as JSON

More from einui

All 44 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Admin Paneladmin-paneleinuiBlocksFree1 dep
Login Pagelogin-pageeinuiBlocksFree1 dep
Pricing Pagepricing-pageeinuiBlocksFree1 dep
Sign Up Pagesignup-pageeinuiBlocksFree1 dep

Also from Kynth Studios

Built for the same person as BlockDex

SkillWorks

Claude Code skills and plugins, scored

skillworks.kynth.studio

RuleStack

AGENTS.md gallery and agent-config comparison

rulestack.kynth.studio

ToolDrift

What the AI coding tools changed last night

tooldrift.kynth.studio

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

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

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

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

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

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

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex