docs(notification): add default timeout value (#1181)

This commit is contained in:
Victor Akintunde
2024-01-02 10:33:08 +01:00
committed by GitHub
parent 7151b7b97d
commit 43b999c88e

View File

@@ -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.