Skip to content

Commit

Permalink
feat(docs): Add autoHide and noButtonClose details
Browse files Browse the repository at this point in the history
  • Loading branch information
sfe-efficy committed Nov 2, 2022
1 parent 24110d0 commit df581f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/docs/docs/components/Toast.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit df581f0

Please sign in to comment.