@successtar/cogo-toast 5.0.5 → 5.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,17 +3,17 @@
|
|
|
3
3
|
<p align="center"><a href="https://cogoport.github.io/cogo-toast/" target="_blank"><img src="https://cogoport.github.io/cogo-toast/meta/android-chrome-96x96.png" alt="cogo-toast" title="cogo-toast" width="120"></a></p>
|
|
4
4
|
<h1 align="center">Cogo Toast</h1>
|
|
5
5
|
<p align="center" style="font-size: 1.2rem;">Beautiful, Zero Configuration, Toast Messages for React ~4kb gzip (with styles and icons)</p>
|
|
6
|
-
<p align="center"><a href="https://
|
|
6
|
+
<p align="center"><a href="https://successtar.github.io/cogo-toast/">https://successtar.github.io/cogo-toast/</a></p>
|
|
7
7
|
|
|
8
8
|
[](https://david-dm.org/Cogoport/cogo-toast.svg)
|
|
9
9
|
[](https://www.npmjs.com/package/@successtar/cogo-toast)
|
|
10
10
|
[](https://unpkg.com/@successtar/cogo-toast/dist/index.js)
|
|
11
11
|
[](https://www.npmjs.com/package/@successtar/cogo-toast)
|
|
12
12
|

|
|
13
|
-
[](https://github.com/
|
|
13
|
+
[](https://github.com/successtar/cogo-toast/blob/master/LICENSE)
|
|
14
14
|
|
|
15
15
|
<p align="center">
|
|
16
|
-
<a href="https://
|
|
16
|
+
<a href="https://successtar.github.io/cogo-toast/" target="_blank"><img src="docs/public/images/preview.gif" alt="cogo-toast-preview" title="cogo-toast-preview"></a>
|
|
17
17
|
</p>
|
|
18
18
|
|
|
19
19
|
### Install via NPM:
|
package/package.json
CHANGED