Skip to content

Commit 496c5c8

Browse files
committed
docs(storybook): document the default slot
1 parent 00a09e3 commit 496c5c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/uui-toast-notification-layout/lib/uui-toast-notification-layout.element.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
import { UUITextStyles } from '@umbraco-ui/uui-css/lib';
21
import { defineElement } from '@umbraco-ui/uui-base/lib/registration';
2+
import { UUITextStyles } from '@umbraco-ui/uui-css/lib';
33
import { css, html, LitElement } from 'lit';
44
import { property, state } from 'lit/decorators.js';
55

66
/**
77
* @element uui-toast-notification-layout
88
* @description - Component for setting the layout for a toast notification, to be used within toast-notification.
9-
* @slot - for content
9+
* @slot default - for content
1010
* @slot headline - for headline
1111
* @slot actions - for actions
1212
*/

0 commit comments

Comments
 (0)