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

preview-03

Upstream's empty preview placeholder — one div, no components. Shipped for parity, not as a starting point. Composed from plain markup.

Last updated

Preview 03

What it is

Upstream's empty preview placeholder — one div, no components. Shipped for parity, not as a starting point. 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/preview-03

The block composes no registry components.

Preview

Preview 03

Files

FileRegistry typeTarget
preview-03/index.tsxregistry:pageapp/preview-03/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