BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/efferd/auth-1

auth-1

efferd-/auth-1
FreeBlock

Modern sign-in page with particle background and social buttons.

Live preview

live · rendered by the registry
Rendered by efferd on their own page — this is the component running, not a screenshot of it.

Install it

npx shadcn@latest add http://efferd.com/r/auth-1.json

Source

registry/blocks/auth/1/index.tsxefferd.com/r/auth-1.json
1import { GithubIcon } from "@/components/icons/github-icon";
2import { GoogleIcon } from "@/components/icons/google-icon";
3import { Logo } from "@/components/logo";
4import { Particles } from "@/components/ui/particles";
5import { Button } from "@/components/ui/button";
6
7export function AuthPage() {
8 return (
9 <div className="relative w-full md:h-screen md:overflow-hidden">
10 <Particles
11 className="absolute inset-0"
12 color="#666666"
13 ease={20}
14 quantity={120}
15 />
16 <div className="relative mx-auto flex min-h-screen max-w-5xl flex-col justify-center px-8">
17 <Button asChild className="absolute top-4 left-4" variant="ghost">
18 <a href="#">
19 <IconPlaceholder
20 data-icon="inline-start"
21 hugeicons="ArrowLeft01Icon"
22 lucide="ChevronLeftIcon"
23 phosphor="CaretLeftIcon"
24 remixicon="RiArrowLeftSLine"
25 tabler="IconChevronLeft"
26 />
27 Home
28 </a>
29 </Button>
30
31 <div className="mx-auto space-y-4 sm:w-sm">
32 <Logo className="h-5" />
33 <div className="flex flex-col space-y-1">
34 <h1 className="font-bold text-2xl tracking-wide">
35 Sign In or Join Now!
36 </h1>
37 <p className="text-base text-muted-foreground">
38 login or create your efferd account.
39 </p>
40 </div>
41 <div className="space-y-2">
42 <Button className="w-full" type="button">
43 <GoogleIcon data-icon="inline-start" />
44 Continue with Google
45 </Button>
46 <Button className="w-full" type="button">
47 <GithubIcon data-icon="inline-start" />
48 Continue with GitHub
49 </Button>
50 </div>
51 <p className="mt-8 text-muted-foreground text-sm">
52 By clicking continue, you agree to our{" "}
53 <a
54 className="underline underline-offset-4 hover:text-primary"
55 href="#"
56 >
57 Terms of Service
58 </a>{" "}
59 and{" "}
60 <a
61 className="underline underline-offset-4 hover:text-primary"
62 href="#"
63 >
64 Privacy Policy
65 </a>
66 .
67 </p>
68 </div>
69 </div>
70 </div>
71 );
72}

What it pulls in

Other registry items

  • @efferd/logo
  • @efferd/google-icon
  • @efferd/github-icon
  • button
  • @magicui/particles

Files it writes

  • registry/blocks/auth/1/index.tsx

Facts

Registry
efferd
Type
registry:block
Access
Free
Files written
1
Licence
the repository states none
First indexed
2026-08-02
Last confirmed
yesterday

Go to the source

Docs on efferd efferd.com Raw registry item This item as JSON

More from efferd

All 201 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
app-shell-1app-shell-1efferdBlocksPaidno deps · 7 files
app-shell-10app-shell-10efferdBlocksPaid1 dep · 13 files
app-shell-2app-shell-2efferdBlocksPaidno deps · 9 files
app-shell-3app-shell-3efferdBlocksPaidno deps · 9 files
app-shell-4app-shell-4efferdBlocksPaidno deps · 9 files
app-shell-5app-shell-5efferdBlocksFree1 dep · 9 files
app-shell-6app-shell-6efferdBlocksPaidno deps · 11 files
app-shell-7app-shell-7efferdBlocksPaidno deps · 12 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