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: docs/pages/components/Popover.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
@@ -195,6 +195,7 @@ Name | Type | Default | Required | Description
195
195
`show-delay` | Number | 0 | | (0.30.0+) Delay showing the Popover (ms).
196
196
`hide-delay` | Number | 0 | | (0.30.0+) Delay hidding the Popover (ms).
197
197
`viewport` | String or Function | | | (0.31.0+) Keeps the popover within the bounds of this element. Example: viewport: '#viewport'. If a function is given, it is called with the triggering element DOM node as its only argument.
198
+
`custom-class` | String | | | (0.33.0+) Apply a custom css class to the popover.
Copy file name to clipboardExpand all lines: docs/pages/components/Tooltip.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
@@ -161,6 +161,7 @@ Name | Type | Default | Required | Description
161
161
`show-delay` | Number | 0 | | (0.30.0+) Delay showing the tooltip (ms).
162
162
`hide-delay` | Number | 0 | | (0.30.0+) Delay hidding the tooltip (ms).
163
163
`viewport` | String or Function | | | (0.31.0+) Keeps the tooltip within the bounds of this element. Example: viewport: '#viewport'. If a function is given, it is called with the triggering element DOM node as its only argument.
164
+
`custom-class` | String | | | (0.33.0+) Apply a custom css class to the tooltip.
0 commit comments