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

signup-02

A two column signup page with a cover image. Composed from button, field, input.

Last updated

Create your account

Fill in the form below to create your account

We'll use this to contact you. We will not share your email with anyone else.

Must be at least 8 characters long.

Please confirm your password.

Or continue with

Already have an account? Sign in

What it is

A two column signup page with a cover 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/signup-02

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

Preview

Create your account

Fill in the form below to create your account

We'll use this to contact you. We will not share your email with anyone else.

Must be at least 8 characters long.

Please confirm your password.

Or continue with

Already have an account? Sign in

Files

FileRegistry typeTarget
signup-02/components/signup-form.tsxregistry:componentapp/signup-02/components/signup-form.tsx
signup-02/page.tsxregistry:pageapp/signup-02/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