Login 05
agentmesh/login-05FreeBlock
A simple email-only login page.
Live preview
live · rendered by the registry
Rendered by shadcn/ui on their own page — this is the component running, not a screenshot of it.Install it
npx shadcn@latest add https://raw.githubusercontent.com/ombhanushaliii/agentmesh/main/example/ui/apps/v4/public/r/styles/base-vega/login-05.jsonSource
1import { LoginForm } from "@/registry/base-vega/blocks/login-05/components/login-form"23export default function LoginPage() {4 return (5 <div className="flex min-h-svh flex-col items-center justify-center gap-6 bg-background p-6 md:p-10">6 <div className="w-full max-w-sm">7 <LoginForm />8 </div>9 </div>10 )11}
What it pulls in
Other registry items
Files it writes
More from shadcn/ui
All 201 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Dashboard 01dashboard-01 | shadcn/ui | Blocks | Free | 6 deps · 11 files | |
| Login 01login-01 | shadcn/ui | Blocks | Free | no deps · 2 files | |
| Login 02login-02 | shadcn/ui | Blocks | Free | no deps · 2 files | |
| Login 03login-03 | shadcn/ui | Blocks | Free | no deps · 2 files | |
| Login 04login-04 | shadcn/ui | Blocks | Free | no deps · 2 files | |
| Previewpreview | shadcn/ui | Blocks | Free | no deps | |
| Preview 02preview-02 | shadcn/ui | Blocks | Free | 1 dep | |
| Sidebar 01sidebar-01 | shadcn/ui | Blocks | Free | no deps · 4 files |
