@gfazioli/mantine-spinner 1.0.3 → 1.0.5
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 +13 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -24,9 +24,20 @@ https://github.com/user-attachments/assets/2401bfe1-e829-4057-a654-7d0a895a9605
|
|
|
24
24
|
|
|
25
25
|
This component is created on top of the [Mantine](https://mantine.dev/) library.
|
|
26
26
|
|
|
27
|
-
|
|
27
|
+
[](https://mantine.dev/)
|
|
28
29
|
|
|
29
|
-
|
|
30
|
+
The component enables the creation of a captivating spinner effect, which enhances the visual dynamics of a user interface. This effect can be used to draw attention, indicate loading processes, or provide an interactive experience that engages users effectively. By implementing this spinner effect, developers can improve the overall aesthetic appeal and functionality of their applications, ensuring a more seamless and enjoyable user experience.
|
|
31
|
+
|
|
32
|
+
[](https://youtu.be/KBb--0hVdX4)
|
|
34
|
+
[](https://gfazioli.github.io/mantine-spinner/)
|
|
36
|
+
[](https://mantine-extensions.vercel.app/)
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
👉 You can find more components on the [Mantine Extensions Hub](https://mantine-extensions.vercel.app/) library.
|
|
30
41
|
|
|
31
42
|
## Installation
|
|
32
43
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gfazioli/mantine-spinner",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
4
4
|
"description": "A Mantine React component offers customizable loading animations to enhance the user experience in React applications.",
|
|
5
5
|
"homepage": "https://gfazioli.github.io/mantine-spinner/",
|
|
6
6
|
"packageManager": "yarn@4.0.1",
|