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