We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95b8136 commit 679fd9cCopy full SHA for 679fd9c
packages/uui-dialog-layout/lib/uui-dialog-layout.story.ts
@@ -17,4 +17,12 @@ export default {
17
};
18
19
export const Overview: Story = () =>
20
- html`<uui-dialog-layout></uui-dialog-layout>`;
+ 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