पेज · Laravilt
Custom Widgets
Create your own widgets with custom content
Create custom widgets with your own content.
Generating a Widget
bash
Basic Widget
php
Stats Widget
php
Chart Widget
php
Registering Widgets
php
Widget Base Methods
| Method | Description |
|---|---|
make() | Create instance |
heading(string) | Set heading |
description(string) | Set description |
icon(string) | Set Lucide icon |
color(string) | Set color theme |
polling(?int) | Enable auto-refresh |
extraAttributes(string) | Add HTML attributes |
toInertiaProps() | Serialize to props |
Related
- Stats Overview - Stats widget
- Line Chart - Chart widget