JJabKit
Theme preference

Login4

1.0.0

Centered borderless login with email, password, and full-width Google, Facebook, and GitHub buttons.

npx jabkit add login4

Component Data

ID
login4
Category
dashboard
Version
1.0.0
Added
2026-09-05
Type
block
Keyboard nav
Yes
Reduced motion
Yes
authdashboardformloginoauthsocial

Dependencies

  • clsx
  • tailwind-merge

Examples

Default

<div className="bg-background text-foreground">
      <Login4 {...login4Mocks.default} />
    </div>

Variants

<div className="bg-background text-foreground">
      <Login4 {...login4Mocks.alternate} />
    </div>