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 f4ce608 commit 66fe546Copy full SHA for 66fe546
packages/react/src/components/Tooltip/Tooltip.stories.js
@@ -51,11 +51,11 @@ export default {
51
],
52
};
53
54
-export const Default = () => {
+export const Default = (args) => {
55
const label =
56
'Occasionally, services are updated in a specified time window to ensure no down time for customers.';
57
return (
58
- <Tooltip align="bottom" label={label} closeOnActivation={false}>
+ <Tooltip label={label} closeOnActivation={false} {...args}>
59
<button className="sb-tooltip-trigger" type="button">
60
<Help />
61
</button>
0 commit comments