Compact jump-to-line input with a typed value, a blinking caret, and the total line count.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Editor36 } from "@/components/beste/piece/editor36";
<Editor36
value="142"
total={386}
/>const name = 'Ayşe';const role = 'design';const team = 'core';
Stacked code lines each with a primary-tinted blinking caret at the same column plus a header count.
Function call line with a caret plus a signature popover underneath. The current parameter underlines in primary.
Code line with a teammate's blinking caret tinted by tone and a name tag floating above it.
1// TODO migrate to server components2// FIXME handles null state poorly3// NOTE revisit once design lock lands
Italic comment lines with colored TODO, FIXME, NOTE, or HACK tags.
12function renderChart(data) {37}
Expanded open line, a collapsed region button with chevron and line count, and the closing line.
const greet = (name: string) => `Hello, ${name}!`;AI Suggestion caption above a code line with a solid prefix, italic muted ghost text, and a blinking caret.