Skip to content

Commit

Permalink
Add position option to toast docs
Browse files Browse the repository at this point in the history
  • Loading branch information
timolins committed Jun 9, 2021
1 parent 69cd7fe commit 9b481f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions site/pages/docs/toast.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ You can provide `ToastOptions` as the second argument. They will overwrite all o
```js
toast('Hello World', {
duration: 4000,
position: 'top-center',

// Styling
style: {},
Expand Down

1 comment on commit 9b481f0

@vercel
Copy link

@vercel vercel bot commented on 9b481f0 Jun 9, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.