@gfazioli/mantine-rings-progress 2.3.8 → 2.3.9
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/CODE_OF_CONDUCT.md +1 -1
- package/README.md +31 -14
- package/package.json +1 -1
package/CODE_OF_CONDUCT.md
CHANGED
|
@@ -60,7 +60,7 @@ representative at an online or offline event.
|
|
|
60
60
|
|
|
61
61
|
Instances of abusive, harassing, or otherwise unacceptable behavior may be
|
|
62
62
|
reported to the community leaders responsible for enforcement at
|
|
63
|
-
|
|
63
|
+
giovambattista.fazioli@gmail.com.
|
|
64
64
|
All complaints will be reviewed and investigated promptly and fairly.
|
|
65
65
|
|
|
66
66
|
All community leaders are obligated to respect the privacy and security of the
|
package/README.md
CHANGED
|
@@ -9,27 +9,25 @@
|
|
|
9
9
|
[](https://www.npmjs.com/package/@gfazioli/mantine-rings-progress)
|
|
10
10
|

|
|
11
11
|
|
|
12
|
+
---
|
|
13
|
+
|
|
14
|
+
[<kbd> <br/> ❤️ If this component has been useful to you or your team, please consider becoming a sponsor <br/> </kbd>](https://github.com/sponsors/gfazioli?o=esc)
|
|
15
|
+
|
|
12
16
|
</div>
|
|
13
17
|
|
|
14
18
|
## Overview
|
|
15
19
|
|
|
16
20
|
This component is created on top of the [Mantine](https://mantine.dev/) library.
|
|
17
21
|
|
|
18
|
-
[
|
|
19
|
-
)](https://mantine.dev/)
|
|
22
|
+
[Mantine Rings Progress](https://gfazioli.github.io/mantine-rings-progress/) is a Mantine UI extension that enhances the RingProgress component to visualize multiple concurrent metrics as concentric rings in a single compact widget. Each ring is defined by a value and color, and the component accepts a richly customizable label—either plain text, emojis, or a fully composed React element—allowing you to present status or controls in the center.
|
|
20
23
|
|
|
21
|
-
|
|
24
|
+
The package includes stylesheet imports (standard or within a CSS layer) to align visuals with Mantine, and discourages inline tooltips because they interfere with label readability. Beyond static displays, it can power dynamic scenarios like a countdown timer, using separate rings to represent minutes, seconds, and hundredths, with configurable size and thickness to fit dashboards, monitors, or compact cards.
|
|
22
25
|
|
|
23
|
-
[!
|
|
24
|
-
|
|
25
|
-
[
|
|
26
|
-
)](https://gfazioli.github.io/mantine-rings-progress/)
|
|
27
|
-
[](https://mantine-extensions.vercel.app/)
|
|
26
|
+
> [!note]
|
|
27
|
+
>
|
|
28
|
+
> → [Demo and Documentation](https://gfazioli.github.io/mantine-rings-progress/) → [Youtube Video](https://www.youtube.com/playlist?list=PL85tTROKkZrWyqCcmNCdWajpx05-cTal4) → [More Mantine Components](https://mantine-extensions.vercel.app/)
|
|
29
29
|
|
|
30
30
|
|
|
31
|
-
👉 You can find more components on the [Mantine Extensions Hub](https://mantine-extensions.vercel.app/) library.
|
|
32
|
-
|
|
33
31
|
## Installation
|
|
34
32
|
|
|
35
33
|
```sh
|
|
@@ -70,11 +68,30 @@ function Demo() {
|
|
|
70
68
|
);
|
|
71
69
|
}
|
|
72
70
|
```
|
|
71
|
+
## Sponsor
|
|
73
72
|
|
|
74
73
|
<div align="center">
|
|
75
|
-
|
|
76
|
-
[
|
|
77
|
-
|
|
74
|
+
|
|
75
|
+
[<kbd> <br/> ❤️ If this component has been useful to you or your team, please consider becoming a sponsor <br/> </kbd>](https://github.com/sponsors/gfazioli?o=esc)
|
|
76
|
+
|
|
78
77
|
</div>
|
|
79
78
|
|
|
79
|
+
Your support helps me:
|
|
80
|
+
|
|
81
|
+
- Keep the project actively maintained with timely bug fixes and security updates
|
|
82
|
+
- Add new features, improve performance, and refine the developer experience
|
|
83
|
+
- Expand test coverage and documentation for smoother adoption
|
|
84
|
+
- Ensure long‑term sustainability without relying on ad hoc free time
|
|
85
|
+
- Prioritize community requests and roadmap items that matter most
|
|
86
|
+
|
|
87
|
+
Open source thrives when those who benefit can give back—even a small monthly contribution makes a real difference. Sponsorships help cover maintenance time, infrastructure, and the countless invisible tasks that keep a project healthy.
|
|
88
|
+
|
|
89
|
+
Your help truly matters.
|
|
90
|
+
|
|
91
|
+
💚 [Become a sponsor](https://github.com/sponsors/gfazioli?o=esc) today and help me keep this project reliable, up‑to‑date, and growing for everyone.
|
|
92
|
+
|
|
93
|
+
---
|
|
80
94
|
https://github.com/user-attachments/assets/de494ff9-5e3c-4026-bdc3-0402110917e7
|
|
95
|
+
|
|
96
|
+
---
|
|
97
|
+
[](https://www.star-history.com/#gfazioli/mantine-rings-progress&Timeline)
|
package/package.json
CHANGED