2.1.0 ⢠Published 6 months ago
@gfazioli/mantine-rings-progress v2.1.0
Mantine Rings Progress Component
https://github.com/user-attachments/assets/de494ff9-5e3c-4026-bdc3-0402110917e7
Overview
This component is created on top of the Mantine library.
Display progress with animated rings like the Apple Watch activity app.
š You can find more components on the Mantine Extensions Hub library.
Installation
npm install @gfazioli/mantine-rings-progressor
yarn add @gfazioli/mantine-rings-progressAfter installation import package styles at the root of your application:
import '@gfazioli/mantine-rings-progress/styles.css';Usage
import { RingsProgress } from '@gfazioli/mantine-rings-progress';
function Demo() {
const rings = [
{ value: 20, color: 'green' },
{ value: 80, color: 'blue' },
];
return (
<RingsProgress
size={140}
rings={rings}
label={
<ActionIcon color="yellow" variant="filled" radius="xl" size="xl">
<IconCheck style={{ width: rem(22), height: rem(22) }} />
</ActionIcon>
}
/>
);
}1.1.1
10 months ago
1.1.0
10 months ago
1.0.1
11 months ago
1.0.0
12 months ago
0.1.10
1 year ago
0.1.11
1 year ago
1.1.7
8 months ago
1.1.6
9 months ago
1.1.5
9 months ago
1.1.4
9 months ago
1.1.3
10 months ago
1.1.2
10 months ago
2.0.2
6 months ago
2.1.0
6 months ago
2.0.1
6 months ago
2.0.0
7 months ago
0.1.9
1 year ago
0.1.8
1 year ago
0.1.7
1 year ago
0.1.6
1 year ago
0.1.5
1 year ago
0.1.4
2 years ago
0.1.3
2 years ago
0.1.2
2 years ago
0.1.1
2 years ago