@gfazioli/mantine-flip 1.0.22 → 1.0.24

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 +7 -11
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,19 +6,13 @@
6
6
 
7
7
  ---
8
8
 
9
- <p align="center">
10
- <a aria-label="NPM version" href="https://www.npmjs.com/package/@gfazioli/mantine-flip">
11
- <img alt="NPM version" src="https://img.shields.io/npm/v/%40gfazioli%2Fmantine-flip?style=for-the-badge">
12
- </a>
13
-
14
- <a aria-label="NPM version" href="https://www.npmjs.com/package/@gfazioli/mantine-flip">
15
- <img alt="NPM Downloads" src="https://img.shields.io/npm/dm/%40gfazioli%2Fmantine-flip?style=for-the-badge">
16
- </a>
17
-
18
- <img alt="NPM License" src="https://img.shields.io/npm/l/%40gfazioli%2Fmantine-flip?style=for-the-badge">
9
+ <div align="center">
19
10
 
20
- </p>
11
+ [![NPM version](https://img.shields.io/npm/v/%40gfazioli%2Fmantine-flip?style=for-the-badge)](https://www.npmjs.com/package/@gfazioli/mantine-flip)
12
+ [![NPM Downloads](https://img.shields.io/npm/dm/%40gfazioli%2Fmantine-flip?style=for-the-badge)](https://www.npmjs.com/package/@gfazioli/mantine-flip)
13
+ ![NPM License](https://img.shields.io/npm/l/%40gfazioli%2Fmantine-flip?style=for-the-badge)
21
14
 
15
+ </div>
22
16
 
23
17
  ## Overview
24
18
 
@@ -27,6 +21,8 @@ It allows for easy management of two separate views, such as in the cases of a r
27
21
  Essentially, when switching between views, the component will handle the flip animation.
28
22
  You can find more components on the [Mantine Extensions Hub](https://mantine-extensions.vercel.app/) library.
29
23
 
24
+ 📽️ [Watch the Video](https://youtu.be/RzRUb3IDcDw)
25
+
30
26
  ## Installation
31
27
 
32
28
  ```sh
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gfazioli/mantine-flip",
3
- "version": "1.0.22",
3
+ "version": "1.0.24",
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",