You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,6 +80,7 @@ Notes:
80
80
| delayUpdate | data-delay-update | Number ||`<p data-tip="tooltip" data-delay-update='1000'></p>` or `<ReactTooltip delayUpdate={1000} />` Sets a delay in calling getContent if the tooltip is already shown and you mouse over another target |
81
81
| insecure | null | Bool | true, false | Whether to inject the style header into the page dynamically (violates CSP style-src but is a convenient default) |
82
82
| border | data-border | Bool | true, false | Add one pixel white border |
83
+
| borderClass | data-border-class | String | e.g. custom-border-class | A custom class name to use for the border - enabled by the `border` prop |
83
84
| textColor | data-text-color | String | e.g. red | Popup text color |
84
85
| backgroundColor | data-background-color | String | e.g. yellow | Popup background color |
85
86
| borderColor | data-border-color | String | e.g. green | Popup border color - enabled by the `border` value |
0 commit comments