File tree Expand file tree Collapse file tree 1 file changed +13
-10
lines changed Expand file tree Collapse file tree 1 file changed +13
-10
lines changed Original file line number Diff line number Diff line change 1
1
import '.' ;
2
2
import '@umbraco-ui/uui-button/lib' ;
3
+ import '@umbraco-ui/uui-icon-registry-essential/lib' ;
3
4
4
5
import { Story } from '@storybook/web-components' ;
5
6
import { html } from 'lit-html' ;
@@ -51,14 +52,16 @@ export const ConfirmDialogDanger: Story = () => html`
51
52
` ;
52
53
53
54
export const HeadlineSlot : Story = ( ) => html `
54
- < uui-dialog >
55
- < uui-dialog-layout >
56
- < span slot ="headline ">
57
- < uui-icon name ="crown-alt "> </ uui-icon > With Icon
58
- </ span >
59
- < p > This is using a < b > slot</ b > for the headline.</ p >
60
- < uui-button slot ="actions "> Cancel</ uui-button >
61
- < uui-button slot ="actions " look ="danger "> Delete</ uui-button >
62
- </ uui-dialog-layout >
63
- </ uui-dialog >
55
+ < uui-icon-registry-essential >
56
+ < uui-dialog >
57
+ < uui-dialog-layout >
58
+ < span slot ="headline ">
59
+ < uui-icon name ="code "> </ uui-icon > With Icon
60
+ </ span >
61
+ < p > This is using a < b > slot</ b > for the headline.</ p >
62
+ < uui-button slot ="actions "> Cancel</ uui-button >
63
+ < uui-button slot ="actions " look ="danger "> Delete</ uui-button >
64
+ </ uui-dialog-layout >
65
+ </ uui-dialog >
66
+ </ uui-icon-registry-essential >
64
67
` ;
You can’t perform that action at this time.
0 commit comments