الصفحات · Laravilt
Stats Overview Widget
Display multiple statistics in responsive grid layout
Display multiple statistics in a grid.
Basic Usage
php
With Heading
php
Column Layout
php
Stat Configuration
With Icon
php
With Description
php
With Mini Chart
php
Dynamic Values
php
Polling
php
StatsOverviewWidget Methods
| Method | Description |
|---|---|
make() | Create widget |
heading(string) | Widget heading |
description(string) | Widget description |
stats(array) | Stat components |
columns(int) | Grid columns |
polling(?int) | Refresh interval |
Stat Methods
| Method | Description |
|---|---|
make(label, value) | Create stat |
description(string) | Description text |
descriptionIcon(icon, ?color) | Trend icon |
icon(string) | Lucide icon |
color(string) | Stat color |
chart(data, ?type, ?color) | Mini chart |
url(string) | Clickable link |
Related
- Stat - Individual stat
- Line Chart - Trend charts