Collab Cursor

Code line with a teammate's blinking caret tinted by tone and a name tag floating above it.

return greet(name);
Ayşe

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Editor13 } from "@/components/beste/piece/editor13";

<Editor13
  name="Ayşe"
  code="  return greet(name);"
  tone="rose"
/>