Two-row editor find bar with match counter, case/regex toggles, prev/next, replace, and replace-all.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Editor11 } from "@/components/beste/piece/editor11";
<Editor11
query="onboarding"
replace="activation"
current={3}
total={12}
/>Regex input with slashes, violet flags, and a tabular match-count pill on the right.
1function render(items) {2items.forEach(draw);3}Matching bracket on line 3
Three-line snippet with the matching opening and closing brackets highlighted in primary.
export function Button({ label }) {return <button>{label}</button>;return <button className="btn">{label}</button>;}
Unified diff with tinted add and remove rows, line numbers, and +/β prefix column.
Row of filename tabs with active styling. Dirty tabs show a sky dot in place of the close button.
No tutorials needed.
If you can order food online, you can build a website with Beste.
Side-panel content editor with a header chip row, locale and history pills, and stacked rich-text fields for heading and description.
--primary: #f43f5e;--accent: #8b5cf6;--surface: #0ea5e9;
CSS lines with inline color swatch squares next to each hex value.