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}
/>