Code Block
Split Compare
Two versions of a file side by side: before on the left, after on the right, line facing line, and an empty slot is an explicit placeholder, not a lost piece of code.
What you can change
- the compared rows through the rows array
- the file path through path
- the pane captions through beforeLabel and afterLabel
A link for your AI agent: preview, code and instructions.
Preview
Use it with AI
- 1. Copy the link.
- 2. Write to your agent in your own words and drop the link into the sentence.
- 3. The agent opens the link and installs the component from the registry.
put this on the home page as the hero:
https://vibeui.ru/c/codeblock-024?lang=en&theme=dark
Not sure where to paste it? Step-by-step guide
Show the full instructions
What the link says, spelled out. Use it when your agent cannot open links — paste this text instead.
Loading…
For developers
The install command lives in the “Component source” block below — a signed link that stays valid for 24 hours.
Technical notes
The component is self-contained: one file, zero dependencies, its own palette in the local --vibeui-codeblock-024-* variables. Server component: no hooks. The panes get the same rows array, so the lines always stand opposite each other; a missing line is drawn as a placeholder with a different surface, and the number counter skips it — the numbering stays correct for each version separately. The layout is computed from the block's own width: below 34rem the panes stack one under the other, beyond that they split the width in half, and the rules sit on the inner [data-part="shell"].
Tags
- diff
- compare
- split
- review
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…