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-03Registry setup required
Run this command only after configuring the Base UI shadcn project, the
@vegastack registry namespace, and the Cloudflare Access service-token headers in Install from the VegaStack registry.The block composes no registry components.
Preview
Preview 03
Files
| File | Registry type | Target |
|---|---|---|
preview-03/index.tsx | registry:page | app/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.