react-confirm-lite 1.2.0 → 1.2.2
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 +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -31,6 +31,10 @@ If you're using **Tailwind CSS** and want a **simple, lightweight** confirm dial
|
|
|
31
31
|
|
|
32
32
|

|
|
33
33
|
|
|
34
|
+
## 🔗 Live Demo
|
|
35
|
+
|
|
36
|
+
[](https://stackblitz.com/edit/vitejs-vite-bfthlpmw?embed=1&file=src%2FApp.tsx&hideExplorer=1)
|
|
37
|
+
|
|
34
38
|
## Getting Started
|
|
35
39
|
|
|
36
40
|
### Step 1: **Install the package**:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-confirm-lite",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.2",
|
|
4
4
|
"description": "A lightweight, promise-based confirm dialog for React with built-in Tailwind CSS support. Designed to be as easy to use as `react-toastify`, while remaining fully customizable.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|