Action Tooltip

Dark rich tooltip carrying a headline, supporting blurb, and an inline action link.

Try the new AI rewrite
Polish any paragraph in one click. Available in the editor.

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

Import & use
import { Tooltip4 } from "@/components/beste/piece/tooltip4";

<Tooltip4
  title="Try the new AI rewrite"
  description="Polish any paragraph in one click. Available in the editor."
  action="Learn more"
  tone="foreground"
/>