From df581f02d791dc2f9d86ab24872b80b3ee2dd757 Mon Sep 17 00:00:00 2001 From: Samuel Fernandez Date: Wed, 2 Nov 2022 13:27:02 +0100 Subject: [PATCH] feat(docs): Add autoHide and noButtonClose details --- apps/docs/docs/components/Toast.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/docs/docs/components/Toast.md b/apps/docs/docs/components/Toast.md index 333e4f23b..58418f74e 100644 --- a/apps/docs/docs/components/Toast.md +++ b/apps/docs/docs/components/Toast.md @@ -38,6 +38,8 @@ Use `toast.show()` method to generate your toasts. The method accepts the follow - `title` (optional) : string or an array of `VNodes` - `body` : string or an array of `VNodes` - `options`: an optional options object for changing position and delay hidden + - `autoHide` (optional) : true/false - by default is true + - `noCloseButton` (optional) : true/false - by default is false - `pos`: 'top-left', 'top-center', 'top-right', 'middle-left', 'middle-center', 'middle-right', 'bottom-left', 'bottom-center', 'bottom-right' - `delay`: number - `variant` : string ColorVariant