sparkle-ripple 3.0.1 → 3.0.3
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 +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<h1 align="center">✨ sparkle-ripple</h1>
|
|
2
|
-
<p align="center">Bring Material 3(You) Ripple Effect to your <b>React</b> projects
|
|
3
|
-
|
|
2
|
+
<p align="center">Bring Material 3(You) Ripple Effect to your <b>React</b> projects!<br />
|
|
3
|
+
Previously, it was named <b>m3ripple</b>.</p>
|
|
4
4
|
<div align="center">
|
|
5
5
|
|
|
6
6
|
[](https://www.npmjs.com/package/sparkle-ripple)
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
[](#)
|
|
11
11
|
[](https://github.com/yuyake-litrain/sparkle-ripple/actions/workflows/main.yml)
|
|
12
12
|
</div>
|
|
13
|
-
<div align="center"><a href="https://
|
|
13
|
+
<div align="center"><a href="https://sparkle-ripple.js.org/"><b>Live Demo</b></a></div><br />
|
|
14
14
|
|
|
15
15
|
<div align="center">
|
|
16
16
|
<video src="https://github.com/user-attachments/assets/5b8cd5e6-5c91-4ca1-bc4d-50d5781a8be9" />
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sparkle-ripple",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.3",
|
|
4
4
|
"author": "yuyake-litrain",
|
|
5
|
-
"homepage": "https://
|
|
5
|
+
"homepage": "https://sparkle-ripple.js.org",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "https://github.com/yuyake-litrain/sparkle-ripple.git"
|