Number ticker
Animates a number counting up.
Prefix
Decimals
Grid
Total users48,291
Revenue$92,450
Uptime99.98%
API reference
Inputs
| Prop | Type | Default | Description |
|---|---|---|---|
value | number | 0 | Target value to count up to. |
from | number | 0 | Starting value the animation counts from. |
duration | number | 1500 | Animation length in milliseconds; 0 snaps instantly. |
decimals | number | 0 | Number of decimal places to display. |
prefix | string | '' | Text prepended before the number. |
suffix | string | '' | Text appended after the number. |
separator | string | ',' | Thousands-group separator character. |
Every ng-blatui component also accepts a class input to merge extra Tailwind classes onto the host.