build69
build69  /  Components  /  Auth  /  LoginPage

LoginPage

v1.0.9Updated 27 Aug 2026

Composed example of a build69 login screen (split layout with brand panel + form). This is a reference, not a reusable atom — copy it as the starting point for your own auth flow.

Preview

Live · 7 stories
DefaultOpen ↗
Why this is recommendedpageloginauthexample+1

The default, out-of-the-box LoginPage.

Recommended for+14
  • Reference for assembling auth pages
Tags+6
pageloginauthexampledefault
Features+4
  • Brand panel + form panel split
  • Email + password fields
  • SSO buttons
  • Forgot password link
Not recommended for−2
  • Direct embedding — clone and customise instead

Install

Ask your agent, or call the MCP tool directly. The resolved bundle is written into your project.

get_registry_item({ name: "LoginPage" })

Usage

import { LoginPage } from '@/components/pages/LoginPage';

<LoginPage />

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

No documented props — LoginPage is composed rather than configured. See the source for its full signature.

Related