Info Tooltip

Card-style help tooltip with an info icon, bolded title, and supporting copy beneath.

Monthly recurring revenueSum of normalized subscriptions divided by months, excluding one-time charges.

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

Import & use
import { Tooltip3 } from "@/components/beste/piece/tooltip3";

<Tooltip3
  title="Monthly recurring revenue"
  description="Sum of normalized subscriptions divided by months, excluding one-time charges."
/>