auth-1
efferd-/auth-1FreeBlock
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.jsonSource
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";67export function AuthPage() {8 return (9 <div className="relative w-full md:h-screen md:overflow-hidden">10 <Particles11 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 <IconPlaceholder20 data-icon="inline-start"21 hugeicons="ArrowLeft01Icon"22 lucide="ChevronLeftIcon"23 phosphor="CaretLeftIcon"24 remixicon="RiArrowLeftSLine"25 tabler="IconChevronLeft"26 />27 Home28 </a>29 </Button>3031 <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 Google45 </Button>46 <Button className="w-full" type="button">47 <GithubIcon data-icon="inline-start" />48 Continue with GitHub49 </Button>50 </div>51 <p className="mt-8 text-muted-foreground text-sm">52 By clicking continue, you agree to our{" "}53 <a54 className="underline underline-offset-4 hover:text-primary"55 href="#"56 >57 Terms of Service58 </a>{" "}59 and{" "}60 <a61 className="underline underline-offset-4 hover:text-primary"62 href="#"63 >64 Privacy Policy65 </a>66 .67 </p>68 </div>69 </div>70 </div>71 );72}
What it pulls in
Other registry items
Files it writes
More from efferd
All 201 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| app-shell-1app-shell-1 | efferd | Blocks | Paid | no deps · 7 files | |
| app-shell-10app-shell-10 | efferd | Blocks | Paid | 1 dep · 13 files | |
| app-shell-2app-shell-2 | efferd | Blocks | Paid | no deps · 9 files | |
| app-shell-3app-shell-3 | efferd | Blocks | Paid | no deps · 9 files | |
| app-shell-4app-shell-4 | efferd | Blocks | Paid | no deps · 9 files | |
| app-shell-5app-shell-5 | efferd | Blocks | Free | 1 dep · 9 files | |
| app-shell-6app-shell-6 | efferd | Blocks | Paid | no deps · 11 files | |
| app-shell-7app-shell-7 | efferd | Blocks | Paid | no deps · 12 files |
