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 betaBlocks 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-01What it installs
app/(auth)/_layout.tsx— the(auth)route group layout (a headerlessStack)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.