@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.
- package/README.md +11 -1
- 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
|
+
[](https://mantine.dev/)
|
|
27
|
+
|
|
24
28
|
Adds a reflection effect to a component. It simply wraps the content to be reflected.
|
|
25
|
-
|
|
29
|
+
|
|
30
|
+
[](https://gfazioli.github.io/mantine-reflection/)
|
|
32
|
+
[](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.
|
|
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",
|