@gfazioli/mantine-flip 1.1.3 → 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 +14 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -20,11 +20,23 @@
|
|
|
20
20
|
## Overview
|
|
21
21
|
|
|
22
22
|
This component is created on top of the [Mantine](https://mantine.dev/) library.
|
|
23
|
+
|
|
24
|
+
[](https://mantine.dev/)
|
|
26
|
+
|
|
23
27
|
It allows for easy management of two separate views, such as in the cases of a registration form and a login form.
|
|
24
28
|
Essentially, when switching between views, the component will handle the flip animation.
|
|
25
|
-
You can find more components on the [Mantine Extensions Hub](https://mantine-extensions.vercel.app/) library.
|
|
26
29
|
|
|
27
|
-
|
|
30
|
+
|
|
31
|
+
[](https://youtu.be/RzRUb3IDcDw)
|
|
33
|
+
[](https://gfazioli.github.io/mantine-flip/)
|
|
35
|
+
[](https://gfazioli.github.io/mantine-onboarding-tour/)
|
|
37
|
+
|
|
38
|
+
👉 You can find more components on the [Mantine Extensions Hub](https://mantine-extensions.vercel.app/) library.
|
|
39
|
+
|
|
28
40
|
|
|
29
41
|
## Installation
|
|
30
42
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gfazioli/mantine-flip",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.4",
|
|
4
4
|
"description": "Flip component is a wrapper for any component that can be flipped. It is used to create cards, flip boxes and more.",
|
|
5
5
|
"homepage": "https://gfazioli.github.io/mantine-flip/",
|
|
6
6
|
"packageManager": "yarn@4.0.1",
|