Beta modeInstall commands on this page use lovdacn@beta, which installs from the beta registry and may change before the stable release.What’s in beta

Login 02

A sign-in screen with social providers and a divider.

Blocks are in betaBlock APIs and installed file output may change between releases. Pin the components you install and re-check after upgrading.
Loading preview…

Installation

npx lovdacn@latest add login-02

What it installs

  • app/(auth)/_layout.tsx — the (auth) route group layout
  • app/(auth)/sign-in.tsx — the sign-in route, rendering <LoginForm />
  • components/login-form.tsx — the login form with Apple/Google buttons and a divider

Registry dependencies: card, input, label, button, separator, icon, text

Icons are imported from lucide-react-native. Swap them for your project's icon library if you initialized with a different one.