@gfazioli/mantine-spinner 1.0.4 → 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.
Files changed (2) hide show
  1. package/README.md +13 -2
  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
- It allows to create a spinner effect.
27
+ [![Mantine UI Library](https://img.shields.io/badge/-MANTINE_UI_LIBRARY-blue?style=for-the-badge&labelColor=black&logo=mantine
28
+ )](https://mantine.dev/)
28
29
 
29
- You can find more components on the [Mantine Extensions Hub](https://mantine-extensions.vercel.app/) library.
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
+ [![Video](https://img.shields.io/badge/-Watch_the_Video-blue?style=for-the-badge&labelColor=black&logo=youtube
33
+ )](https://youtu.be/KBb--0hVdX4)
34
+ [![Demo and Documentation](https://img.shields.io/badge/-Demo_%26_Documentation-blue?style=for-the-badge&labelColor=black&logo=typescript
35
+ )](https://gfazioli.github.io/mantine-spinner/)
36
+ [![Mantine Extensions HUB](https://img.shields.io/badge/-Mantine_Extensions_Hub-blue?style=for-the-badge&labelColor=blue
37
+ )](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.4",
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",