Compact jump-to-line input with a typed value, a blinking caret, and the total line count.
The import and the props worth knowing about, in one place.
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.