Code Folding

Expanded open line, a collapsed region button with chevron and line count, and the closing line.

12function renderChart(data) {
37}

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

Import & use
import { Editor38 } from "@/components/beste/piece/editor38";

<Editor38
  openLine="function renderChart(data) {"
  closeLine="}"
  collapsed={24}
/>