From b29bf89ea3cb8d4e46f46e7996265231a43b44d1 Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Sun, 14 Aug 2022 13:00:26 -0700 Subject: [PATCH] docs(toast-notification): add "Full width" example --- docs/src/pages/components/ToastNotification.svx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/src/pages/components/ToastNotification.svx b/docs/src/pages/components/ToastNotification.svx index a430fb8e..1eb20fa4 100644 --- a/docs/src/pages/components/ToastNotification.svx +++ b/docs/src/pages/components/ToastNotification.svx @@ -26,6 +26,12 @@ source: Notification/ToastNotification.svelte // custom close logic (e.g., transitions) }} /> +### Full width + +Set `fullWidth` to `true` for the notification to span the full width of its containing element. + + + ### Slottable title, subtitle, caption