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
+15-18
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ The tooltip component that gets created handles wiring up `aria-describedby` att
58
58
59
59
## Tooltip placement
60
60
61
-
There are 2 supported placement values: `Placement.VERTICAL` (`vertical`) and `Placement.HORIZONTAL` (`horizontal`). `Placement.VERTICAL` will either place the tooltip at the bottom or top of the anchor element depending on which side has enough space for the tooltip to not be cutoff. Similarly, `Placement.VERTICAL` will either place the tooltip at the right or left of the anchor element depending on which side has enough space for the tooltip to not be cutoff. By default, `Placement.VERTICAL` is used and the tooltip is placed at the bottom of the anchor.
61
+
There are 2 supported placement values: `vertical` and `horizontal`. `vertical` will either place the tooltip at the bottom or top of the anchor element depending on which side has enough space for the tooltip to not be cutoff. Similarly, `horizontal` will either place the tooltip at the right or left of the anchor element depending on which side has enough space for the tooltip to not be cutoff. By default, `vertical` is used and the tooltip is placed at the bottom of the anchor.
62
62
63
63
## Using `TooltipDirective`
64
64
@@ -91,9 +91,9 @@ Sets the theme. Must be either `dark` or `light`. `dark` is the default if not p
91
91
<button
92
92
bbbTooltip='Hello World'
93
93
<!-- if "bbbTooltipPlacement" is not specified, "vertical" is assumed -->
94
-
kunTooltipPlacement='vertical'
95
-
<!-- if "kunTooltipTheme" is not specified, "dark" is assumed -->
96
-
kunTooltipTheme='dark'>
94
+
bbbTooltipPlacement='vertical'
95
+
<!-- if "bbbTooltipTheme" is not specified, "dark" is assumed -->
0 commit comments