| ring_progress |
component |
ts |
ui |
1.0.0 |
impure |
FnRingProgress(props: FnRingProgressProps): JSX.Element |
Anillo de progreso con secciones coloreadas y label central. Wrapper sobre Mantine RingProgress. |
| mantine |
| progress |
| ring |
| chart |
| metrics |
| component |
| ui |
|
|
|
|
false |
|
|
react |
| name |
type |
required |
description |
| sections |
RingProgressSection[] |
true |
Secciones del anillo con valor porcentual y color |
|
| name |
type |
required |
description |
| size |
number |
false |
Tamano del anillo en px, default 120 |
|
| name |
type |
required |
description |
| thickness |
number |
false |
Grosor del trazo en px, default 12 |
|
| name |
type |
required |
description |
| label |
ReactNode |
false |
Contenido central del anillo (texto, icono, etc) |
|
| name |
type |
required |
description |
| rootColor |
string |
false |
Color del fondo del anillo (parte sin llenar) |
|
|
Anillo de progreso SVG con secciones coloreadas y slot central para label |
false |
|
|
frontend/functions/ui/ring_progress.tsx |
|
false |
|