UNPKG

@financial-times/o3-tooltip

Version:

Provides a viewport-aware tooltip for annotating or or highlighting other aspects of a product's UI

25 lines (24 loc) 404 B
import { jsx } from "react/jsx-runtime"; function TooltipOnboarding({ targetId, placement = "top", content, title, contentId }) { return /* @__PURE__ */ jsx( "o3-tooltip-onboarding", { role: "tooltip", placement, "target-id": targetId, class: "o3-tooltip", content, title, "content-id": contentId } ); } export { TooltipOnboarding };