Sticky Header

Scope breadcrumb pinned above a code snippet, showing the current class, method, and block.

Dashboardrender()if (isReady)
    // hidden lines…
    const ready = useReady();
    if (!ready) return null;

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

Import & use
import { Editor18 } from "@/components/beste/piece/editor18";

<Editor18
  scopes={[
    "Dashboard",
    "render()",
    "if (isReady)"
  ]}
/>