Login 01
lyminhnghia/login-01FreeBlock
A simple login form.
Install it
npx shadcn@latest add https://lyminhnghia.github.io/r/login-01.jsonSource
1import { LoginForm } from "@/registry/blocks/login-01/components/login-form"23export default function Page() {4 return (5 <div className="flex min-h-svh w-full items-center justify-center 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 lyminhnghia
All 26 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Blog 01blog-01 | lyminhnghia | Blocks | Free | 1 dep · 2 files | |
| Blog 02blog-02 | lyminhnghia | Blocks | Free | 1 dep · 2 files | |
| Hero 01hero-01 | lyminhnghia | Blocks | Free | no deps · 2 files | |
| Testimonials 01testimonials-01 | lyminhnghia | Blocks | Free | no deps · 2 files |
