Skip to content

v0.0.8

Choose a tag to compare

@nckrtl nckrtl released this 17 Jan 22:23
· 32 commits to main since this release

What's New

Auth Layouts

  • AuthLayout - Default wrapper using AuthSimpleLayout
  • AuthCardLayout - Card-based layout with muted background
  • AuthSplitLayout - Split-screen with dark sidebar branding

Auth Page Components

  • LoginPage - Email/password login with remember me
  • RegisterPage - User registration form
  • ForgotPasswordPage - Password reset request
  • ResetPasswordPage - Set new password
  • ConfirmPasswordPage - Re-confirm password for sensitive actions
  • VerifyEmailPage - Email verification prompt
  • TwoFactorChallengePage - TOTP/recovery code input

Storybook

  • Added stories for all auth layouts and pages
  • Added Inertia Link mock for Storybook compatibility

All components are based on the Laravel Vue starter kit patterns but adapted to work as reusable components with props/events instead of Inertia-specific bindings.