Code Block
Editor
A code editor mockup with a file tab, line numbers and syntax highlighting: lines type in cascading top to bottom via steps(), characters appear in discrete jumps, and a cursor blinks after the last line.
What you can change
- the line content via the lines prop: an array of tokens with text and highlight type
- the tab file name via fileName
- the accent color via accent to match your brand
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/code-block-anim-001?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, palette in local --vibeui-code-block-anim-001-* variables. It takes the theme from the environment via light-dark() plus a rule for the .dark class, so it does not stay light in a dark project. Lines type in cascade: each line's width expands from 0 to var(--ch) — a ch value computed from the line's real length — through a steps() timing-function, so characters appear as discrete monospace jumps rather than a smooth sweep. All lines share one cycle: reveal, pause, instant reset and repeat, with each line's start offset via nth-child — producing an endless typing wave. Syntax color comes from the data-token attribute on each token (kw/str/fn/num/com/punct/plain). Everything stops under prefers-reduced-motion.
Tags
- code
- editor
- typing
- syntax-highlight
- animated
- steps
Component source
The same file your agent installs. Here in case you would rather copy it by hand.
Loading…