Skip to content

Commit 75b7549

Browse files
committed
Update child flyout in flyout manager stories
1 parent 1943537 commit 75b7549

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

packages/eui/src/components/flyout/manager/flyout_manager.stories.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,13 @@ const StatefulFlyout: React.FC<FlyoutChildStoryArgs> = ({
319319
aria-label={`Child Flyout Panel (${childSize})`}
320320
onClose={closeChild}
321321
>
322+
<EuiFlyoutHeader>
323+
<EuiText>
324+
<h2 id="flyout-manager-playground-child-title">
325+
Child Flyout Menu ({childSize})
326+
</h2>
327+
</EuiText>
328+
</EuiFlyoutHeader>
322329
<EuiFlyoutBody>
323330
<EuiText>
324331
<p>This is the child flyout content.</p>

0 commit comments

Comments
 (0)