We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 027ce95 commit 6254e6cCopy full SHA for 6254e6c
README.md
@@ -73,14 +73,11 @@ Show a toast forever until you manually close it:
73
this.refs.toast.close('hello world!');
74
```
75
76
-
77
78
Optional you can pass a delay in seconds to the close()-method:
79
```javascript
80
this.refs.toast.close('hello world!', 500);
81
82
83
84
Currently, the default delay for close() in FOREVER-mode is set to 250 ms (or this.props.defaultCloseDelay, which you can pass with)
85
86
```jsx
0 commit comments