BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/freddy/auth-6

auth-6

freddy/auth-6
FreeBlock

A clean forgot password form with instructions.

Install it

npx shadcn@latest add https://ui.arkcabin.com/r/auth-6.json

Source

registry/blocks/auth/6/forgot-password-form.tsxui.arkcabin.com/r/auth-6.json
1"use client";
2
3import { ArrowLeft, MailIcon } from "lucide-react";
4import { Plus } from "@/components/plus";
5import { Button } from "@/components/ui/button";
6import { Input } from "@/components/ui/input";
7import { Label } from "@/components/ui/label";
8
9export function ForgotPasswordForm() {
10 return (
11 <div className="group relative w-full max-w-md overflow-hidden rounded-2xl border bg-background p-8 shadow-lg">
12 <Plus className="-top-px -left-px" />
13 <Plus className="-top-px -right-px rotate-90" />
14 <Plus className="-bottom-px -left-px -rotate-90" />
15 <Plus className="-bottom-px -right-px rotate-180" />
16
17 <div className="mb-8 flex flex-col items-center gap-4">
18 <div className="mb-2 flex size-12 items-center justify-center rounded-full bg-primary/5">
19 <MailIcon className="size-6 text-primary/60" />
20 </div>
21 <div className="text-center">
22 <h2 className="font-bold text-2xl tracking-tight">
23 Forgot Password?
24 </h2>
25 <p className="max-w-[280px] text-muted-foreground text-sm">
26 No worries, we&apos;ll send you reset instructions via email.
27 </p>
28 </div>
29 </div>
30
31 <form className="space-y-4" onSubmit={(e) => e.preventDefault()}>
32 <div className="grid gap-2 text-start">
33 <Label htmlFor="email">Email Address</Label>
34 <Input
35 className="h-10"
36 id="email"
37 placeholder="name@example.com"
38 type="email"
39 />
40 </div>
41
42 <Button
43 className="mt-2 h-11 w-full font-semibold shadow-sm transition-all active:scale-[0.98]"
44 type="submit"
45 >
46 Send Reset Link
47 </Button>
48
49 <a
50 className="mt-6 flex items-center justify-center gap-2 font-medium text-muted-foreground text-xs transition-colors hover:text-primary"
51 href="#"
52 >
53 <ArrowLeft className="size-3" />
54 Back to Sign In
55 </a>
56 </form>
57 </div>
58 );
59}

What it pulls in

Other registry items

  • button
  • input
  • label

Files it writes

  • registry/blocks/auth/6/forgot-password-form.tsx
  • components/logo.tsx

Facts

Registry
freddy
Type
registry:block
Access
Free
Files written
2
Licence
NOASSERTION
First indexed
2026-08-01
Last confirmed
yesterday

Go to the source

ui.arkcabin.com arkcabin/freddy-ui on GitHub Raw registry item This item as JSON

More from freddy

All 60 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
announcement-1announcement-1freddyBlocksFree1 dep
announcement-2announcement-2freddyBlocksFree1 dep
announcement-3announcement-3freddyBlocksFree1 dep
auth-1auth-1freddyBlocksFreeno deps · 2 files
auth-10auth-10freddyBlocksFreeno deps
auth-11auth-11freddyBlocksFreeno deps
auth-12auth-12freddyBlocksFreeno deps
auth-2auth-2freddyBlocksFree1 dep · 3 files
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