react-simple-toasts
Advanced tools
Comparing version 3.2.0-alpha.1 to 3.2.1
{ | ||
"name": "react-simple-toasts", | ||
"version": "3.2.0-alpha.1", | ||
"version": "3.2.1", | ||
"description": "Simple toast popup for React", | ||
@@ -5,0 +5,0 @@ "author": "almond-bongbong", |
@@ -43,2 +43,11 @@ # react-simple-toasts | ||
## Message | ||
Message type can be ReactNode. | ||
```js | ||
toast('Hello toast!'); | ||
// or | ||
toast(<strong>Hello, toast</strong>); | ||
``` | ||
## Options | ||
@@ -45,0 +54,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
142802
2
101