Three-line snippet with the matching opening and closing brackets highlighted in primary.
1function render(items) {2items.forEach(draw);3}Matching bracket on line 3
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Editor27 } from "@/components/beste/piece/editor27";
<Editor27 />Two-row editor find bar with match counter, case/regex toggles, prev/next, replace, and replace-all.
12function renderChart(data) {37}
Expanded open line, a collapsed region button with chevron and line count, and the closing line.
Text with a primary-tinted highlight and a floating dark pill showing character and word counts.
Code template with dashed-outline tab stops. Active placeholder tints primary, others stay muted.
Regex input with slashes, violet flags, and a tabular match-count pill on the right.
--primary: #f43f5e;--accent: #8b5cf6;--surface: #0ea5e9;
CSS lines with inline color swatch squares next to each hex value.