We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58e76d8 commit fa20b08Copy full SHA for fa20b08
src/ts/index.ts
@@ -3,6 +3,7 @@ import tippy, { Props } from 'tippy.js';
3
const tooltipProfiles: Record<string, Partial<Props>> = {
4
default: {},
5
exclusive: {
6
+ delay: 200,
7
showOnCreate: true,
8
placement: 'bottom',
9
},
0 commit comments