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 3ea4469 commit 95b8136Copy full SHA for 95b8136
packages/uui-dialog-layout/lib/uui-dialog-layout.element.ts
@@ -4,6 +4,10 @@ import { defineElement } from '@umbraco-ui/uui-base/lib/registration';
4
5
/**
6
* @element uui-dialog-layout
7
+ * @slot default - Use this for the text content
8
+ * @slot headline - Use this for slotted headline
9
+ * @slot actions - Use this for actions
10
+ * @description - Default dialog layout
11
*/
12
@defineElement('uui-dialog-layout')
13
export class UUIDialogLayoutElement extends LitElement {
0 commit comments