Counter
Animated number/statistic counter with label.
Type: "counter"
Animated number/statistic counter with label.
Props
| Field | Type | Default | Keterangan |
|---|---|---|---|
countFrom | number (0–∞) | 0 | Mulai Dari |
countTo | number | 100 | Sampai |
duration | number (0–60000) | 2000 | Set 0 untuk menonaktifkan animasi. |
prefix | string | — | Prefix |
suffix | string | "+" | Suffix |
thousandSeparator | boolean | true | Tampilkan separator ribuan |
separatorText | string | "," | Karakter Separator (tampil saat thousandSeparator = true) |
Contoh
{
"id": "cou01abc",
"type": "counter",
"props": {
"countFrom": 0,
"countTo": 100,
"duration": 2000,
"prefix": "",
"suffix": "+",
"thousandSeparator": true,
"separatorText": ","
}
}