We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90867dd commit ab14763Copy full SHA for ab14763
src/components/ui/tooltip.tsx
@@ -2,7 +2,7 @@ import * as Tooltip from "@radix-ui/react-tooltip";
2
import { ReactNode } from "react";
3
4
interface TooltipWrapperProps {
5
- content: string; // o texto que vai aparecer no tooltip
+ content: ReactNode; // o texto que vai aparecer no tooltip
6
children: ReactNode; // o trigger (qualquer elemento)
7
side?: "top" | "right" | "bottom" | "left"; // posição opcional
8
}
0 commit comments