auth-form
delta-components/auth-formFreeBlock
Authentication form with SSO, email, passkey, and SAML options
Live preview
live · rendered by the registry
Rendered by delta-components on their own page — this is the component running, not a screenshot of it.Install it
npx shadcn@latest add https://deltacomponents.dev/r/auth-form.jsonSource
1"use client"23import { AuthForm } from "@/components/auth-form"45export default function AuthFormPage() {6 return (7 <main className="bg-background flex min-h-svh items-center justify-center">8 <AuthForm mode="login" />9 </main>10 )11}
What it pulls in
npm packages
Other registry items
Files it writes
More from delta-components
All 93 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| admin-inset-layoutadmin-inset-layout | delta-components | Blocks | Free | 1 dep · 9 files | |
| ai-chat-sidebarai-chat-sidebar | delta-components | Blocks | Free | 1 dep · 2 files | |
| bottom-mobile-navbottom-mobile-nav | delta-components | Blocks | Free | 1 dep · 3 files | |
| chatbot-windowchatbot-window | delta-components | Blocks | Free | 1 dep · 2 files | |
| interactive-feature-showcaseinteractive-feature-showcase | delta-components | Blocks | Free | no deps · 2 files | |
| mapbox-grid-blockmapbox-grid-block | delta-components | Blocks | Free | no deps | |
| saas-dashboardsaas-dashboard | delta-components | Blocks | Free | 1 dep · 8 files | |
| saas-header-layoutsaas-header-layout | delta-components | Blocks | Free | no deps · 3 files |
