@gfazioli/mantine-rings-progress 0.1.1 → 0.1.2
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 +3 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
# Mantine Rings Progress Component
|
|
2
2
|
|
|
3
3
|
<p align="center">
|
|
4
|
-
<img alt="" src="https://github.com/gfazioli/mantine-rings-progress/assets/432181/
|
|
4
|
+
<img alt="" src="https://github.com/gfazioli/mantine-rings-progress/assets/432181/d3752711-6bae-43bc-9f8c-8e5c7bfc21ba">
|
|
5
|
+
|
|
5
6
|
</p>
|
|
6
7
|
|
|
7
8
|
---
|
|
@@ -22,8 +23,7 @@
|
|
|
22
23
|
## Overview
|
|
23
24
|
|
|
24
25
|
This component is created on top of the [Mantine](https://mantine.dev/) library.
|
|
25
|
-
|
|
26
|
-
Essentially, when switching between views, the component will handle the flip animation.
|
|
26
|
+
Display progress with animated rings like the Apple Watch activity app.
|
|
27
27
|
|
|
28
28
|
## Installation
|
|
29
29
|
|
|
@@ -61,9 +61,6 @@ function Demo() {
|
|
|
61
61
|
}
|
|
62
62
|
```
|
|
63
63
|
|
|
64
|
-
As you can see, the `Flip` component wraps two children, which are the two views that you want to flip between.
|
|
65
|
-
The `Flip.Target` component is used to define the trigger for the flip animation. It can be any component, such as a button, or a link, or even a div.
|
|
66
|
-
|
|
67
64
|
## Props
|
|
68
65
|
|
|
69
66
|
| Name | Type | Description |
|
package/package.json
CHANGED