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.
The import and the props worth knowing about, in one place.
import { Editor8 } from "@/components/beste/piece/editor8";
<Editor8
prefix="const greet = (name: string) => `Hello, "
ghost="${name}!`;"
/>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.
Code line with a teammate's blinking caret tinted by tone and a name tag floating above it.
Inline :shortcode typing with an autocomplete dropdown showing emoji previews.
Code line with a rose wavy underline on the offending token above an alert card with message and source code.