Layouts
Auth Shell
A centered single-column layout organism for authentication pages (sign in, sign up, password reset, email verification). Vertically and horizontally centers a narrow Card with slots for a brand/logo, title, description, body, and footer.
Sign In
Sign in
Welcome back to Lavahire.
Need an account? Sign up
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
title | React.ReactNode | — | Heading shown at the top of the card. |
description | React.ReactNode | — | Optional supporting text rendered below the title. |
brand | React.ReactNode | — | Optional brand/logo node rendered above the title. |
footer | React.ReactNode | — | Optional footer content rendered below the body (e.g. a "Need an account? Sign up" link). |
className | string | — | Additional CSS classes applied to the outer centering container. |