@gfazioli/mantine-reflection 1.1.2 → 1.1.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.
Files changed (2) hide show
  1. package/README.md +11 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -21,8 +21,18 @@
21
21
  ## Overview
22
22
 
23
23
  This component is created on top of the [Mantine](https://mantine.dev/) library.
24
+
25
+ [![Mantine UI Library](https://img.shields.io/badge/-MANTINE_UI_LIBRARY-blue?style=for-the-badge&labelColor=black&logo=mantine
26
+ )](https://mantine.dev/)
27
+
24
28
  Adds a reflection effect to a component. It simply wraps the content to be reflected.
25
- You can find more components on the [Mantine Extensions Hub](https://mantine-extensions.vercel.app/) library.
29
+
30
+ [![Demo and Documentation](https://img.shields.io/badge/-Demo_%26_Documentation-blue?style=for-the-badge&labelColor=black&logo=typescript
31
+ )](https://gfazioli.github.io/mantine-reflection/)
32
+ [![Mantine Extensions HUB](https://img.shields.io/badge/-Mantine_Extensions_Hub-blue?style=for-the-badge&labelColor=blue
33
+ )](https://mantine-extensions.vercel.app/)
34
+
35
+ 👉 You can find more components on the [Mantine Extensions Hub](https://mantine-extensions.vercel.app/) library.
26
36
 
27
37
  ## Installation
28
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gfazioli/mantine-reflection",
3
- "version": "1.1.2",
3
+ "version": "1.1.4",
4
4
  "description": "Mantine Reflection is a React component that allows you to create a reflection effect on an image or any other component.",
5
5
  "homepage": "https://gfazioli.github.io/mantine-reflection/",
6
6
  "packageManager": "yarn@4.0.1",