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-8

auth-8

freddy/auth-8
FreeBlock

A minimalist, floating login form variant.

Install it

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

Source

registry/blocks/auth/8/minimal-login-form.tsxui.arkcabin.com/r/auth-8.json
1"use client";
2
3import { EyeIcon } from "lucide-react";
4import { LogoIcon } from "@/components/logo";
5import { Button } from "@/components/ui/button";
6import { Input } from "@/components/ui/input";
7import { Label } from "@/components/ui/label";
8
9export function MinimalLoginForm() {
10 return (
11 <div className="group w-full max-w-sm bg-transparent p-4">
12 <div className="mb-8 flex flex-col gap-2">
13 <LogoIcon className="mb-2 size-8" />
14 <h2 className="font-bold text-3xl tracking-tighter">Sign In</h2>
15 <p className="text-muted-foreground text-sm">
16 Enter your credentials to access your account
17 </p>
18 </div>
19
20 <form className="space-y-5" onSubmit={(e) => e.preventDefault()}>
21 <div className="grid gap-4">
22 <div className="grid gap-1.5 text-start">
23 <Label
24 className="font-bold text-[11px] text-muted-foreground/70 uppercase tracking-widest"
25 htmlFor="email-minimal"
26 >
27 Identifier
28 </Label>
29 <Input
30 className="h-12 rounded-xl border-white/10 bg-white/5 transition-all focus:bg-white/10"
31 id="email-minimal"
32 placeholder="Username or Email"
33 type="text"
34 />
35 </div>
36 <div className="grid gap-1.5 text-start">
37 <div className="flex items-center justify-between">
38 <Label
39 className="font-bold text-[11px] text-muted-foreground/70 uppercase tracking-widest"
40 htmlFor="password-minimal"
41 >
42 Security
43 </Label>
44 <a
45 className="text-[10px] text-primary/60 transition-colors hover:text-primary"
46 href="#"
47 >
48 Forgot?
49 </a>
50 </div>
51 <div className="relative">
52 <Input
53 className="h-12 rounded-xl border-white/10 bg-white/5 pr-12 transition-all focus:bg-white/10"
54 id="password-minimal"
55 placeholder="Password"
56 type="password"
57 />
58 <button
59 className="-translate-y-1/2 absolute top-1/2 right-4 text-muted-foreground/40 transition-colors hover:text-foreground"
60 title="Toggle visibility"
61 type="button"
62 >
63 <EyeIcon className="size-4" />
64 </button>
65 </div>
66// … truncated

What it pulls in

Other registry items

  • button
  • input
  • label

Files it writes

  • registry/blocks/auth/8/minimal-login-form.tsx
  • components/logo.tsx

Facts

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

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