login
gmhlab/loginFreeBlock
gmhlab publishes no description for this item.
Install it
npx shadcn@latest add https://raw.githubusercontent.com/gmhlab/monorepo/main/packages/ui/public/r/login.jsonSource
1import { LoginForm } from "./components/login-form"23export function Login() {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 gmhlab
All 64 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| dashboarddashboard | gmhlab | Blocks | Free | 9 deps · 12 files | |
| design-systemdesign-system | gmhlab | Blocks | Free | 2 deps · 8 files | |
| homepagehomepage | gmhlab | Blocks | Free | 1 dep | |
| innovationinnovation | gmhlab | Blocks | Free | 3 deps · 10 files | |
| innovationsinnovations | gmhlab | Blocks | Free | 1 dep · 5 files | |
| profile-cardprofile-card | gmhlab | Blocks | Free | 1 dep |
