File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ Online demo: https://tooltip-react-component.vercel.app/
8383| mouseLeaveDelay | number | 0.1 | delay time (in second) before tooltip hides when mouse leave |
8484| getTooltipContainer | (triggerNode: HTMLElement) => HTMLElement | () => document.body | get container of tooltip, default to body |
8585| destroyOnHidden | boolean | false | destroy tooltip when it is hidden |
86- | align | object | | align config of tooltip, ref [ dom-align] ( https://github.com/yiminghe/dom-align ) . See [ align overflow ] ( #align-overflow ) below |
86+ | align | object | | align config of tooltip, ref [ dom-align] ( https://github.com/yiminghe/dom-align ) . See [ Align Overflow ] ( #align-overflow ) below |
8787| showArrow | boolean \| object | false | whether to show arrow of tooltip |
8888| zIndex | number | | config popup tooltip zIndex |
8989| classNames | classNames?: { root?: string; container?: string;}; | | Semantic DOM class |
You can’t perform that action at this time.
0 commit comments