Skip to content

Commit

Permalink
Fix story
Browse files Browse the repository at this point in the history
  • Loading branch information
dkmyta committed Oct 22, 2024
1 parent 90f120e commit e0573e4
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,7 @@ Wide.args = {
export const HoverShow = Template.bind( {} );
HoverShow.args = {
title: 'This is title!',
children: <div>This is a wide tooltip!</div>,
wide: true,
children: <div>This is a tooltip!</div>,
placement: 'bottom-start',
hoverShow: true,
};

0 comments on commit e0573e4

Please sign in to comment.