Stacked code lines each with a primary-tinted blinking caret at the same column plus a header count.
const name = 'Ayşe';const role = 'design';const team = 'core';
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Editor16 } from "@/components/beste/piece/editor16";
<Editor16
prefix="const "
lines={[
"name = 'Ayşe';",
"role = 'design';",
"team = 'core';"
]}
/>Code line with a teammate's blinking caret tinted by tone and a name tag floating above it.
Text with a primary-tinted highlight and a floating dark pill showing character and word counts.
Autocomplete popup with a blinking caret up top and a dropdown listing kind-colored tiles, names, and type signatures.
export function Button({ label }) {return <button>{label}</button>;return <button className="btn">{label}</button>;}
Unified diff with tinted add and remove rows, line numbers, and +/− prefix column.
1function·greet(name)·{2→return·`Hello,·${name}!`;3}
Code lines with muted middle-dots for spaces and → glyphs for tabs, revealing indentation.
Compact jump-to-line input with a typed value, a blinking caret, and the total line count.