Coach-mark popover with step counter, dismiss ×, progress dots, and a next button.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Tooltip7 } from "@/components/beste/piece/tooltip7";
<Tooltip7
step={2}
total={4}
title="Pin your favorite workspaces"
description="Drag any workspace into the sidebar rail to keep it one click away."
nextLabel="Next"
tone="primary"
/>