Find in Page

Find bar with the query, a current-of-total match counter, and prev/next/close controls.

onboarding3/12

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

Import & use
import { Browser20 } from "@/components/beste/piece/browser20";

<Browser20
  query="onboarding"
  current={3}
  total={12}
/>