new Stat()
new Stat(array|string $label, array|string $value, string $component = 'k-stat', array|string|null $dialog = null, array|string|null $drawer = null, string|null $icon = null, array|string|null $info = null, array|string|null $link = null, Kirby\Cms\ModelWithContent|null $model = null, string|null $theme = null)
Parameters
| Name | Type | Default |
|---|---|---|
| $labelrequired | arrayorstring |
no default value |
| $valuerequired | arrayorstring |
no default value |
| $component | string |
'k-stat'
|
| $dialog | arrayorstringornull |
null
|
| $drawer | arrayorstringornull |
null
|
| $icon | stringornull |
null
|
| $info | arrayorstringornull |
null
|
| $link | arrayorstringornull |
null
|
| $model | Kirby\Cms\ModelWithContentornull |
null
|
| $theme | stringornull |
null
|