Skip to main content

ToolTip

Props

AttributeDescriptionType
customClassSets the name of the custom CSS class to be applied to the OTP inputs.string
disabledDisables the input.boolean
toolTipContentContent is given to the tooltip.string
positionThe tooltip is given a position.string
openDelayThe property specifies when the transition effect will start.string-number
transitionHides the title of the menu.string
minWidthSets the minimum width for the content.string-number
nudgeWidthNudge the content width.string-number
nudgeBottomNudge the content to the bottom.string-number
nudgeTopNudge the content to the top.string-number
nudgeLeftNudge the content to the left.string-number
nudgeRightNudge the content to the right.string-number
allowOverflowAllow the menu to overflow off the screen.boolean
attachSpecifies which DOM element that this component should detach to. string can be any valid querySelector and Object can be any valid Node. This will attach to the root component by default.string
absoluteApplies position: absolute to the component.boolean
forcePositionYou can use forcePosition property on Tooltip component when you have multiple scrolls on your page.boolean
visibleVisibility of Tooltip component.boolean

Samples Qjson

ToolTip_props