Login
v1.0.15Updated 27 Aug 2026Sign-in page with email/password, SSO buttons and "forgot password" link. Full-page copy-paste template; baked-in demo content (edit the JSX to customise).
Preview
Live · 16 stories▸Why this is recommendedloginsign-inauthauthentication+2
Login centred on the page.
- ✓Auth flows
- ✓App entry pages
- ✓Public sign-in
- ✓Internal / enterprise sign-in with no SSO or self-registration
- Centered, split-image, full-gradient and minimal layouts
- Email + password + SSO + remember-me
- Optional SSO / sign-up / forgot-password via props (providers, showSignUp, showForgotPassword)
- Self-contained — no required props
- ✕In-app modals (use a Dialog)
Install
Ask your agent, or call the MCP tool directly. The resolved bundle is written into your project.
Usage
Tick variants in the left menu — each adds a tab with that variant’s real story source, the same code the preview above renders.
Props
classNameOptional wrapper class override
—providersOAuth providers shown in the 'continue with' row; pass [] to hide SSO entirely. Default ['google','apple','github']. (LoginMagicLink / LoginWithSSO also honour it; the layout-only variants without an SSO row ignore it.)
—showSignUpShow the sign-up / create-account footer link. Default true; set false for no self-registration.
—showForgotPasswordShow the forgot-password link beside the password field. Default true; set false for no self-service reset.
—