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: components/contextualhelp/stories/contextualhelp.stories.js
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -130,6 +130,9 @@ WithLink.parameters = {
130
130
};
131
131
WithLink.storyName="Default - info icon with link";
132
132
133
+
/**
134
+
* In order to further customize the contextual help popover, implementations can set `--mod-spectrum-contextual-help-popover-maximum-width` to their desired max width.
MaxWidthPopover.storyName="Default - max width popover";
151
154
155
+
/**
156
+
* This is an example of the contextual help component within a popover with a placement of `top`. Read more about the 22 available placement positions in the [popover documentation](/docs/components-popover--docs).
0 commit comments