Scope breadcrumb pinned above a code snippet, showing the current class, method, and block.
// hidden lines…
const ready = useReady();
if (!ready) return null;Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Editor18 } from "@/components/beste/piece/editor18";
<Editor18
scopes={[
"Dashboard",
"render()",
"if (isReady)"
]}
/>