import { Components } from "gd-sprest-bs";// Create the tooltiplet el = document.querySelector("#tooltip");let tooltip = Components.Tooltip({ el: el, content: "This is the tooltip content.", placement: Components.TooltipPlacements.Top, theme: Components.TooltipTypes.LightBorder, btnProps: { text: "Tooltip", type: Components.ButtonTypes.OutlineDark }}); Copy
import { Components } from "gd-sprest-bs";// Create the tooltiplet el = document.querySelector("#tooltip");let tooltip = Components.Tooltip({ el: el, content: "This is the tooltip content.", placement: Components.TooltipPlacements.Top, theme: Components.TooltipTypes.LightBorder, btnProps: { text: "Tooltip", type: Components.ButtonTypes.OutlineDark }});
Optional
Generated using TypeDoc
Tooltip