Login 01

A sign-in screen — an (auth) route with a login form card.

Installation

npx lovdacn@latest add login-01

What it installs

  • app/(auth)/_layout.tsx — the (auth) route group layout (a headerless Stack)
  • app/(auth)/sign-in.tsx — the sign-in route, rendering <LoginForm />
  • components/login-form.tsx — the login form card

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

Routes are placed under src/app when your project uses a src/ layout, otherwise under app.