Skip to content

Commit df581f0

Browse files
committed
feat(docs): Add autoHide and noButtonClose details
1 parent 24110d0 commit df581f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/docs/docs/components/Toast.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ Use `toast.show()` method to generate your toasts. The method accepts the follow
3838
- `title` (optional) : string or an array of `VNodes`
3939
- `body` : string or an array of `VNodes`
4040
- `options`: an optional options object for changing position and delay hidden
41+
- `autoHide` (optional) : true/false - by default is true
42+
- `noCloseButton` (optional) : true/false - by default is false
4143
- `pos`: 'top-left', 'top-center', 'top-right', 'middle-left', 'middle-center', 'middle-right', 'bottom-left', 'bottom-center', 'bottom-right'
4244
- `delay`: number
4345
- `variant` : string ColorVariant

0 commit comments

Comments
 (0)