mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 20:17:24 +08:00
Introduce filament
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace App\Filament\Widgets;
|
||||
|
||||
use Filament\Widgets\Widget;
|
||||
|
||||
class AccountInfo extends Widget
|
||||
{
|
||||
protected static string $view = 'filament.widgets.account-info';
|
||||
|
||||
protected int | string | array $columnSpan = 'full';
|
||||
}
|
||||
Reference in New Issue
Block a user