From 43b999c88e80e75763d4751f1ca7515d44367069 Mon Sep 17 00:00:00 2001 From: Victor Akintunde <32616421+akintoluvic@users.noreply.github.com> Date: Tue, 2 Jan 2024 10:33:08 +0100 Subject: [PATCH] docs(notification): add default timeout value (#1181) --- docs/content/6.overlays/6.notification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/6.overlays/6.notification.md b/docs/content/6.overlays/6.notification.md index 8a852e31..b99186f0 100644 --- a/docs/content/6.overlays/6.notification.md +++ b/docs/content/6.overlays/6.notification.md @@ -133,7 +133,7 @@ excludedProps: ### Timeout -Use the `timeout` prop to configure how long the Notification will remain. Set it to `0` to disable the timeout. +Use the `timeout` prop to configure how long the Notification will remain. The default value is `5000`, set it to `0` to disable the timeout. You will see a progress bar at the bottom of the Notification which will indicate the remaining time. When hovering the Notification, the progress bar will be paused.