Skip to content

Commit b1888d8

Browse files
committed
REVERT ME: test story
1 parent 0061310 commit b1888d8

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

packages/eui/src/components/tool_tip/tool_tip.stories.tsx

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,21 @@ export const Playground: Story = {
7272
}),
7373
};
7474

75+
export const TESTING_EXAMPLE: Story = {
76+
args: {
77+
children: <EuiButton>Tooltip trigger</EuiButton>,
78+
content: 'tooltip content',
79+
},
80+
render: (args) => {
81+
return (
82+
<EuiFlexGroup justifyContent="center">
83+
<EuiToolTip {...args} />
84+
<EuiToolTip {...args} />
85+
</EuiFlexGroup>
86+
);
87+
},
88+
};
89+
7590
/**
7691
* VRT only stories
7792
*/

0 commit comments

Comments
 (0)