Skip to content

Commit

Permalink
Complete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ciampo committed Jan 10, 2024
1 parent 886a852 commit b9ef9ad
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/components/src/tooltip/stories/index.story.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,11 @@ KeyboardShortcut.args = {
};

/**
* Nested `Tooltip` components simply ignore the tooltip part, and only
* In case one or more `Tooltip` components are rendered inside another
* `Tooltip` component, only the tooltip associated to the outermost `Tooltip`
* component will be rendered in the browser and shown to the user
* appropriately. The rest of the nested `Tooltip` components will simply no-op
* and pass-through their anchor.
*/
export const Nested: StoryFn< typeof Tooltip > = Template.bind( {} );
Nested.args = {
Expand Down

0 comments on commit b9ef9ad

Please sign in to comment.