Skip to content
Component installs need the registry setup— the Base UI shadcn project, the @vegastack namespace and the Cloudflare Access service token.
VegaStack Design

login-04

A login page with form and image. Composed from button, card, field, input.

Last updated

Welcome back

Login to your Acme Inc account

Or continue with

Don't have an account? Sign up

By clicking continue, you agree to our Terms of Service and Privacy Policy.

What it is

A login page with form and image. It is a block: you pull it once with shadcn add, and then you own it — nothing re-pulls it and no integrity hash tracks your edits, unlike the components it composes.

Install

npx shadcn@latest add @vegastack/login-04

This installs the block's own files plus the components it composes: button, card, field, input.

Preview

Welcome back

Login to your Acme Inc account

Or continue with

Don't have an account? Sign up

By clicking continue, you agree to our Terms of Service and Privacy Policy.

Files

FileRegistry typeTarget
login-04/components/login-form.tsxregistry:componentapp/login-04/components/login-form.tsx
login-04/page.tsxregistry:pageapp/login-04/page.tsx

Do / Don't

Do
Pull it once, then edit it freely — replace the sample data, the links and the copy with your own.
Don't
Treat it as an update-tracked component, or re-pull it and expect your edits to survive.

On this page