Skip to content

Commit

Permalink
Merge 319c519 into a3e23da
Browse files Browse the repository at this point in the history
  • Loading branch information
fightingmonk committed Jul 9, 2019
2 parents a3e23da + 319c519 commit d293db5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -448,6 +448,8 @@ toast('Show now');
toast('Show after 1sec', { delay: 1000 })
```

_Note: [toast.dismiss()](#remove-a-toast-programmatically) has no effect if called during the delay before a given toast appears._

### Use a controlled progress bar

Imagine you want to see the progress of a file upload. The example below feature axios, but it works with anything!
Expand Down

0 comments on commit d293db5

Please sign in to comment.