@gfazioli/mantine-border-animate 0.3.3 → 0.3.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 +5 -5
- package/package.json +13 -3
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Mantine Border Animate Component
|
|
2
2
|
|
|
3
|
-
<img
|
|
3
|
+
<img alt="Mantine Border Animate" src="https://github.com/gfazioli/mantine-border-animate/blob/master/logo.png" />
|
|
4
4
|
|
|
5
5
|
<div align="center">
|
|
6
6
|
|
|
@@ -74,10 +74,10 @@ function Demo() {
|
|
|
74
74
|
|
|
75
75
|
Your support helps me:
|
|
76
76
|
|
|
77
|
-
- Keep the project actively maintained with timely bug fixes and security updates
|
|
78
|
-
- Add new features, improve performance, and refine the developer experience
|
|
79
|
-
- Expand test coverage and documentation for smoother adoption
|
|
80
|
-
- Ensure long‑term sustainability without relying on ad hoc free time
|
|
77
|
+
- Keep the project actively maintained with timely bug fixes and security updates
|
|
78
|
+
- Add new features, improve performance, and refine the developer experience
|
|
79
|
+
- Expand test coverage and documentation for smoother adoption
|
|
80
|
+
- Ensure long‑term sustainability without relying on ad hoc free time
|
|
81
81
|
- Prioritize community requests and roadmap items that matter most
|
|
82
82
|
|
|
83
83
|
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.
|
package/package.json
CHANGED
|
@@ -1,18 +1,28 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gfazioli/mantine-border-animate",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.4",
|
|
4
4
|
"description": "Mantine component offering four border animation variants (beam, glow, gradient, pulse) with customizable colors and full animation control, perfect for creating dynamic, visually engaging UI elements.",
|
|
5
5
|
"homepage": "https://gfazioli.github.io/mantine-border-animate/",
|
|
6
6
|
"packageManager": "yarn@4.0.1",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"author": "Giovambattista Fazioli <giovambattista.fazioli@gmail.com>",
|
|
9
9
|
"keywords": [
|
|
10
|
-
"extension",
|
|
11
10
|
"border-animate",
|
|
12
|
-
"
|
|
11
|
+
"border-beam",
|
|
12
|
+
"border-glow",
|
|
13
|
+
"border-gradient",
|
|
14
|
+
"border-pulse",
|
|
15
|
+
"animation",
|
|
16
|
+
"effect",
|
|
17
|
+
"extension",
|
|
13
18
|
"mantine",
|
|
14
19
|
"react",
|
|
20
|
+
"reactjs",
|
|
15
21
|
"react-component",
|
|
22
|
+
"nextjs",
|
|
23
|
+
"ui",
|
|
24
|
+
"component",
|
|
25
|
+
"library",
|
|
16
26
|
"typescript"
|
|
17
27
|
],
|
|
18
28
|
"main": "./dist/cjs/index.cjs",
|