MCPcopy
hub / github.com/Blazity/next-enterprise / TooltipProps

Interface TooltipProps

components/Tooltip/Tooltip.tsx:38–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36})
37
38export interface TooltipProps extends VariantProps<typeof tooltipContent>, RadixTooltip.TooltipProps {
39 explainer: React.ReactElement | string
40 children: React.ReactElement
41 className?: string
42 withArrow?: boolean
43 side?: "top" | "right" | "bottom" | "left"
44}
45
46export function Tooltip({
47 children,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected