Text with a primary-tinted highlight and a floating dark pill showing character and word counts.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Editor19 } from "@/components/beste/piece/editor19";
<Editor19
prefix="Ship "
selected="production-ready components"
suffix=" in a weekend."
chars={27}
words={3}
/>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.
Code line with a teammate's blinking caret tinted by tone and a name tag floating above it.
--primary: #f43f5e;--accent: #8b5cf6;--surface: #0ea5e9;
CSS lines with inline color swatch squares next to each hex value.
Pill with filename and a state glyph: emerald check for saved, sky dot for dirty.
1function·greet(name)·{2→return·`Hello,·${name}!`;3}
Code lines with muted middle-dots for spaces and → glyphs for tabs, revealing indentation.
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.