Statistic
Display statistic numbers. Supports prefix, suffix, and precision.
Basic Usage
loading
Precision & Suffix
loading
Type
loading
API
| Prop | Description | Type |
|---|---|---|
| title | Title | string |
| value | Value | string | number |
| precision | Decimal places | number |
| prefix | Prefix | string |
| suffix | Suffix | string |
| valueStyle | Value style | object |
| type | Color type for value | 'primary' | 'success' | 'warning' | 'danger' | 'info' | 'default' |
| color | Custom color (overrides type) | string |
Slots: title, prefix, suffix, default (custom value).