Skip to content

Commit 679fd9c

Browse files
committed
story for dialog layout
1 parent 95b8136 commit 679fd9c

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

packages/uui-dialog-layout/lib/uui-dialog-layout.story.ts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,12 @@ export default {
1717
};
1818

1919
export const Overview: Story = () =>
20-
html`<uui-dialog-layout></uui-dialog-layout>`;
20+
html`<uui-dialog-layout headline="Headline">
21+
<p>
22+
The dialog layout component provides a default layout to the dialog
23+
component. This is used as a direct child of the dialog element component.
24+
Please view Dialog stories for examples.
25+
</p>
26+
<uui-button slot="actions">Cancel</uui-button>
27+
<uui-button slot="actions" look="positive">Action</uui-button>
28+
</uui-dialog-layout>`;

0 commit comments

Comments
 (0)