react-toast-msg 2.2.0 → 2.2.4
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 +0 -14
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,21 +6,8 @@ A lightweight and customizable React toast notification library.
|
|
|
6
6
|

|
|
7
7
|

|
|
8
8
|
|
|
9
|
-
---
|
|
10
|
-
|
|
11
9
|

|
|
12
10
|
|
|
13
|
-
## Features
|
|
14
|
-
|
|
15
|
-
| Feature | Description |
|
|
16
|
-
| ---------------------- | -------------------------------------------- |
|
|
17
|
-
| Lightweight and fast | Minimal dependency and highly performant |
|
|
18
|
-
| Zero configuration | Works instantly with default settings |
|
|
19
|
-
| Custom auto-close time | Set duration per toast dynamically |
|
|
20
|
-
| Multiple toast types | success, error, warning, default |
|
|
21
|
-
| React 18+ support | Fully compatible with React 18 and above |
|
|
22
|
-
| Easy styling | Customize with simple CSS or utility classes |
|
|
23
|
-
|
|
24
11
|
---
|
|
25
12
|
|
|
26
13
|
## Installation
|
|
@@ -28,7 +15,6 @@ A lightweight and customizable React toast notification library.
|
|
|
28
15
|
```bash
|
|
29
16
|
npm i react-toast-msg
|
|
30
17
|
```
|
|
31
|
-
|
|
32
18
|
---
|
|
33
19
|
|
|
34
20
|
## Usage
|