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 | array orstring |
no default value |
$valuerequired | array orstring |
no default value |
$component | string |
'k-stat'
|
$dialog | array orstring ornull |
null
|
$drawer | array orstring ornull |
null
|
$icon | string ornull |
null
|
$info | array orstring ornull |
null
|
$link | array orstring ornull |
null
|
$model | Kirby\Cms\ModelWithContent ornull |
null
|
$theme | string ornull |
null
|