Patterns · Auth
Authentication layout pattern. Wraps sign-in, sign-up, and reset flows in a centered card.
import { AuthCard } from '@nexub/patterns';| Prop | Type | Default | Required | Description |
|---|---|---|---|---|
| title | string | — | ✓ | Card heading (e.g. "Sign in to Nexub"). |
| description | string | — | — | Subheading text. |
| logo | React.ReactNode | — | — | Logo or brand mark above the title. |
| footer | React.ReactNode | — | — | Footer content (e.g. "Don't have an account?"). |
| children | React.ReactNode | — | ✓ | Form content. |