Skip to main content
ParticleUI

Auth Flow

Sign-in, sign-up, forgot-password, and verify-email screens stitched together. Ready to wire to your auth provider.

Auth Template

Auth Sign In

Auth Sign Up

Auth Forgot Password

Auth Verify Email

Installation

1

Run the CLI

$npx particleui-cli add auth

Usage

TSX
import { AuthTemplate } from "@/components/templates/auth"

export default function Page() {
  return <AuthTemplate />
}

Details

Source filecomponents/templates/auth.tsx
Typeblock
Categoriestemplate, auth
npm dependencies
Registry depsauth-sign-in, auth-sign-up, auth-forgot-password, auth-verify-email
Claude skill